This commit is contained in:
SBD
2023-12-03 15:11:33 +03:00
parent 78abdb2fef
commit 970c2e0837
2 changed files with 7 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
{% csrf_token %}
<div>
{% if form.errors.all__ %}
<span>
<span class="error_f_login">
{{ form.errors.all__ }}
</span>
{% endif %}