diff --git a/templates/forms/f_login.html b/templates/forms/f_login.html index f187c1b..1471895 100644 --- a/templates/forms/f_login.html +++ b/templates/forms/f_login.html @@ -3,6 +3,12 @@
{% csrf_token %}
+ {% if form.errors.all__ %} +
+ {{ form.errors.all__ }} +
+ + {% endif %}
{% if form.username and form.errors.username %}