diff --git a/shelfzilla/themes/bootflat/templates/users/login.html b/shelfzilla/themes/bootflat/templates/users/login.html index 4c47c6a..18a3d02 100644 --- a/shelfzilla/themes/bootflat/templates/users/login.html +++ b/shelfzilla/themes/bootflat/templates/users/login.html @@ -8,8 +8,10 @@ {% if login_form.errors %} @@ -26,9 +28,12 @@ $(function(){ {% csrf_token %} {% for field in login_form %}
+ {% for error in field.errors %} +

{{ error|striptags }}

+ {% endfor %} -
- +
+ {% if field.errors %} {% endif %}