diff --git a/templates/registration/password_change_form.html b/templates/registration/password_change_form.html index 5e49599..eadab25 100644 --- a/templates/registration/password_change_form.html +++ b/templates/registration/password_change_form.html @@ -5,7 +5,7 @@ {% block body-class %}{{ block.super }} static{% endblock %} {% block content %} -
+ {% if form.errors %} {% if form.non_field_errors %}
diff --git a/templates/registration/password_reset_confirm.html b/templates/registration/password_reset_confirm.html index 4a4a8e1..8095d75 100644 --- a/templates/registration/password_reset_confirm.html +++ b/templates/registration/password_reset_confirm.html @@ -6,7 +6,7 @@ {% block content %} {% if form %} - + {% if form.errors %} {% if form.non_field_errors %}
diff --git a/templates/registration/password_reset_form.html b/templates/registration/password_reset_form.html index b5abe8c..cc8e975 100644 --- a/templates/registration/password_reset_form.html +++ b/templates/registration/password_reset_form.html @@ -5,7 +5,7 @@ {% block body-class %}{{ block.super }} static{% endblock %} {% block content %} - + {% if form.errors %} {% if form.non_field_errors %}