From ea60614ce67fbef7b3fadbc827ae1ed77a85d420 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Tue, 14 May 2013 13:18:39 -0400 Subject: [PATCH] More forms that Angular will kill. --- templates/registration/password_change_form.html | 2 +- templates/registration/password_reset_confirm.html | 2 +- templates/registration/password_reset_form.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 %}