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

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

View File

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