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

@@ -48,4 +48,5 @@
{% include "blocks/profile/b_chats.html" %}
{% endif %}
</div>
</section>
<div class="clear_both"></div>
</section>

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 }}"