This commit is contained in:
2023-08-17 14:48:01 +03:00
parent 7dc7ead417
commit 4db864ea7b
3 changed files with 7 additions and 2 deletions

View File

@@ -281,6 +281,7 @@
<input
type="phone"
name="phone"
autocomplete="off"
maxlength="13"
minlength="11"
placeholder="{{ form.fields.phone.label }}"
@@ -301,6 +302,7 @@
type="phone"
name="extra_phone"
id="id_extra_phone"
autocomplete="off"
maxlength="13"
minlength="11"
placeholder="{{ form.fields.extra_phone.label }}"