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

@@ -2869,4 +2869,10 @@
.anchor{
scroll-margin-top: 60px;
}
/*login page*/
.error_f_login{
color: #f00;
margin-bottom: 20px;
display: block;
}

View File

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