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 %}