diff --git a/apps/authentication/templates/authentication/login.html b/apps/authentication/templates/authentication/login.html index c54f792c7..3dafafe51 100644 --- a/apps/authentication/templates/authentication/login.html +++ b/apps/authentication/templates/authentication/login.html @@ -147,7 +147,7 @@ {% csrf_token %}
+
{% if form.non_field_errors %} {{ form.non_field_errors.as_text }} {% endif %} @@ -160,9 +160,15 @@
+ {{ form.password.errors.as_text }} +
+ {% endif %}