From 016e049d075141572537827bd3903965dc108a92 Mon Sep 17 00:00:00 2001
From: Ben Lopatin
Date: Fri, 28 Feb 2014 14:29:12 -0500
Subject: [PATCH] Makes template var/tag delimiter spacing consistent
Single space between delimiter matches prescribed Django template style
and is consistent with the style those really smart people used in Two
Scoops of Django.
---
.../templates/account/email.html | 4 ++--
.../templates/account/email_confirm.html | 4 ++--
.../templates/account/email_confirmed.html | 2 +-
.../templates/account/login.html | 2 +-
.../templates/account/logout.html | 2 +-
.../templates/account/verification_sent.html | 2 +-
.../templates/account/verified_email_required.html | 2 +-
7 files changed, 9 insertions(+), 9 deletions(-)
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 %}
diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/email_confirmed.html b/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/email_confirmed.html
index 9b4937cd..97f2a82c 100644
--- a/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/email_confirmed.html
+++ b/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/email_confirmed.html
@@ -14,7 +14,7 @@
{% user_display email_address.user as user_display %}
- {% 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/logout.html b/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/logout.html
index 6cab9ccc..cf21b87e 100644
--- a/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/logout.html
+++ b/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/logout.html
@@ -17,7 +17,7 @@
diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/verification_sent.html b/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/verification_sent.html
index 0abea81e..0c082288 100644
--- a/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/verification_sent.html
+++ b/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/account/verification_sent.html
@@ -10,7 +10,7 @@
{% trans "Verify Your E-mail Address" %}
-
{% blocktrans %}We have sent an e-mail to {{ email }} for verification. Follow the link provided to finalize the signup process. Please contact us if you do not receive it within a few minutes.{% endblocktrans %}
+
{% blocktrans %}We have sent an e-mail to {{ email }} for verification. Follow the link provided to finalize the signup process. Please contact us if you do not receive it within a few minutes.{% 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 %}