From 22d38086ad8c9c1480fe88f985c548d0c68fe43e Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Mon, 15 Jul 2013 18:00:26 -0300 Subject: [PATCH] Adding quotes in url tags (required since django 1.5) --- src/colab/deprecated/templates/account_request_reset_password.html | 2 +- src/colab/deprecated/templates/base.html | 12 ++++++------ src/colab/deprecated/templates/email_account-reset-password.html | 4 ++-- src/colab/deprecated/templates/email_signup-email-confirmation.html | 4 ++-- src/colab/deprecated/templates/home.html | 12 ++++++------ src/colab/deprecated/templates/login.html | 6 +++--- src/colab/deprecated/templates/user-profile.html | 8 ++++---- src/super_archives/templates/message-preview.html | 2 +- 8 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/colab/deprecated/templates/account_request_reset_password.html b/src/colab/deprecated/templates/account_request_reset_password.html index b76da2e..9c92a2f 100644 --- a/src/colab/deprecated/templates/account_request_reset_password.html +++ b/src/colab/deprecated/templates/account_request_reset_password.html @@ -4,7 +4,7 @@ {% block main-content %}

{% trans "I forgot my password" %}

-
+ {% csrf_token %}
diff --git a/src/colab/deprecated/templates/base.html b/src/colab/deprecated/templates/base.html index 25f7419..5ad3262 100644 --- a/src/colab/deprecated/templates/base.html +++ b/src/colab/deprecated/templates/base.html @@ -68,22 +68,22 @@
{% if not user.is_authenticated %} - {% trans "Sign up" %} + {% trans "Sign up" %} - {% trans "Login" %} + {% trans "Login" %} {% else %} {% trans "authenticated as" %} {{ user.username }} - + {% trans "My Profile" %} - + {% trans "Logout" %} @@ -100,7 +100,7 @@
- {% trans "Discussions" %} + {% trans "Discussions" %} {% trans "Wiki" %} @@ -137,7 +137,7 @@
diff --git a/src/colab/deprecated/templates/user-profile.html b/src/colab/deprecated/templates/user-profile.html index e8d3d5e..68684d6 100644 --- a/src/colab/deprecated/templates/user-profile.html +++ b/src/colab/deprecated/templates/user-profile.html @@ -10,7 +10,7 @@ {% if not user_profile %} {% trans "User not registered." %} {% trans "You are own this profile?" %} - {% trans "Click here and sign up." %} + {% trans "Click here and sign up." %} {% else %} @@ -18,7 +18,7 @@ {% ifequal request.user.username user_profile.user.username %} {% trans "Hey, look you here! Want to " %} - {% trans "edit your profile" %}? + {% trans "edit your profile" %}? {% endifequal %} @@ -34,7 +34,7 @@
-
+ {% csrf_token %}

{% trans "Personal Information" %}

@@ -42,7 +42,7 @@
  • {{ form.username.label_tag }}: {{ user_profile.user.username }} {% ifequal request.user.username user_profile.user.username %} - ({% trans "change password" %}) + ({% trans "change password" %}) {% endifequal %}
  • diff --git a/src/super_archives/templates/message-preview.html b/src/super_archives/templates/message-preview.html index 1010519..9361350 100644 --- a/src/super_archives/templates/message-preview.html +++ b/src/super_archives/templates/message-preview.html @@ -11,7 +11,7 @@ {% endif %} {% if doc.mailinglist %} - + {{ doc.mailinglist }} {% endif %} -- libgit2 0.21.2