diff --git a/apps/user/templates/user/profile-settings.html b/apps/user/templates/user/profile-settings.html index 8eddef8c..f5f2e9fe 100644 --- a/apps/user/templates/user/profile-settings.html +++ b/apps/user/templates/user/profile-settings.html @@ -83,7 +83,7 @@
Телефон
- +
{% if form.phone.errors %}
Укажите корректно свои данные
@@ -259,4 +259,11 @@ var openFile = function(file) { reader.readAsDataURL(input.files[0]); }; + {% endblock content %} + +{% block foot %} + +{% endblock foot %} \ No newline at end of file