From 89f8b8bee6b44536cd244f512eb4b24a9d72b888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20C=2E=20Barrioneuvo=20da=20Luz?= Date: Mon, 11 Nov 2013 18:19:46 -0300 Subject: [PATCH] fix issue ref #44 --- .../{{cookiecutter.repo_name}}/templates/account/email.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/account/email.html b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/account/email.html index 38acaabcd..585225ab9 100644 --- a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/account/email.html +++ b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/account/email.html @@ -52,7 +52,7 @@

{% trans "Add E-mail Address" %}

-
+ {% csrf_token %} {{ form|crispy }} @@ -76,4 +76,4 @@ })(); {% endblock %} -{% endraw %} \ No newline at end of file +{% endraw %}