0.0.326 upd change_profile

This commit is contained in:
2023-12-15 15:44:23 +03:00
parent 037b4cc562
commit 65eccde487
7 changed files with 35 additions and 30 deletions

View File

@@ -404,7 +404,7 @@
/>
{% if not errors_off and form.errors and form.errors.phone %}
<span id="error_id_phone">{{ form.errors.phone }}</span>
<span id="error_id_phone">{{ form.errors.phone|safe }}</span>
{% endif %}
</div>