diff --git a/src/accounts/templates/registration/login.html b/src/accounts/templates/registration/login.html index 16a694a..f6a8cca 100644 --- a/src/accounts/templates/registration/login.html +++ b/src/accounts/templates/registration/login.html @@ -9,8 +9,15 @@ {% trans "Please correct the errors below and try again" %} {% endif %} + + {% for error in form.non_field_errors %} +
+ {{ error }} +
+ {% endfor %} +
{% csrf_token %} -- libgit2 0.21.2