diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/email.html b/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/email.html index 51c50298..2dab7e93 100644 --- a/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/email.html +++ b/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/email.html @@ -20,9 +20,9 @@ {% for emailaddress in user.emailaddress_set.all %}
{% blocktrans with email_address.email as email %}You have confirmed that {{ email }} is an e-mail address for user {{ user_display }}.{% endblocktrans %}
+{% blocktrans with email_address.email as email %}You have confirmed that {{ email }} is an e-mail address for user {{ user_display }}.{% endblocktrans %}
diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/login.html b/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/login.html index f6d7f242..92e99082 100644 --- a/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/login.html +++ b/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/login.html @@ -18,7 +18,7 @@ {% if socialaccount.providers %}{% blocktrans with site.name as site_name %}Please sign in with one of your existing third party accounts. Or, sign up - for a {{site_name}} account and sign in below:{% endblocktrans %}
+ for a {{ site_name }} account and sign in below:{% endblocktrans %} diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/verified_email_required.html b/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/verified_email_required.html index 0d13a3ba..f6355fb6 100644 --- a/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/verified_email_required.html +++ b/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/verified_email_required.html @@ -21,7 +21,7 @@ verification. Please click on the link inside this e-mail. Please contact us if you do not receive it within a few minutes.{% endblocktrans %} -{% blocktrans %}Note: you can still change your e-mail address.{% endblocktrans %}
+{% blocktrans %}Note: you can still change your e-mail address.{% endblocktrans %}