diff --git a/templates/registration/login.html b/templates/registration/login.html index 4651248..954c763 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -6,6 +6,11 @@

Login

+ {% if form.non_field_errors %} + {% for error in form.non_field_errors() %} +
{{ error }}
+ {% endfor %} + {% endif %}
{{ mform.text_input(form.username) }}