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

@@ -804,7 +804,7 @@ section.profile {
margin: auto;
padding: 0px 40px;
margin-bottom: 120px;
overflow: hidden;
}
@@ -1308,6 +1308,8 @@ input#id_extra_phone
line-height: 22px;
appearance: none;
margin-top: 10px;
padding-left: 10px;
}

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