From aac9578d7d1ac441842911148ade27d6386df130 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Wed, 7 Sep 2016 16:05:34 +0000 Subject: [PATCH] Fix spelling mistake (- instead of =) in two form definitions - Legacy-Id: 11931 --- ietf/templates/ietfauth/testemail.html | 2 +- ietf/templates/ietfauth/whitelist_form.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ietf/templates/ietfauth/testemail.html b/ietf/templates/ietfauth/testemail.html index 9d6301d8e..1d21ac88f 100644 --- a/ietf/templates/ietfauth/testemail.html +++ b/ietf/templates/ietfauth/testemail.html @@ -19,7 +19,7 @@

Value of testmailcc: {{ cookie }}

-
+ {% csrf_token %} {% bootstrap_form form %} diff --git a/ietf/templates/ietfauth/whitelist_form.html b/ietf/templates/ietfauth/whitelist_form.html index a3f62d45c..44113d005 100644 --- a/ietf/templates/ietfauth/whitelist_form.html +++ b/ietf/templates/ietfauth/whitelist_form.html @@ -81,7 +81,7 @@

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