From a004a8ffdf6bd2f5cdffc0bded997d60791f2278 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sun, 19 Jul 2015 14:23:53 +0000 Subject: [PATCH] Merged in [9800] from lars@netapp.com: Another HTML validation fix. - Legacy-Id: 9818 Note: SVN reference [9800] has been migrated to Git commit bc73eb76a12f4266e12b38104d0039fef5108e4c --- ietf/templates/registration/password_reset.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/registration/password_reset.html b/ietf/templates/registration/password_reset.html index b5c9823e4..92f1748e6 100644 --- a/ietf/templates/registration/password_reset.html +++ b/ietf/templates/registration/password_reset.html @@ -21,7 +21,7 @@

Please enter an email address associated with the account for which you would like to reset the password.

-
+ {% csrf_token %} {% bootstrap_form form %}