From 9b20671facdb078cc8cce3b1f58635b0e5fa6a30 Mon Sep 17 00:00:00 2001 From: Krzysztof Klimonda Date: Thu, 21 Feb 2013 21:01:04 +0100 Subject: [PATCH] Properly quote url template tag arguments A version of url introduced in Django 1.3 requires the view argument to be quoted. This change has taken effect in Django 1.5 so the code needs updating to work with it. --- pinry/core/templates/core/base.html | 8 ++++---- pinry/core/templates/core/login.html | 4 ++-- pinry/core/templates/core/register.html | 4 ++-- pinry/pins/templates/pins/new_pin.html | 4 ++-- pinry/pins/templates/pins/templatetags/new_pin.html | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pinry/core/templates/core/base.html b/pinry/core/templates/core/base.html index d7b28c8..4d7e14b 100644 --- a/pinry/core/templates/core/base.html +++ b/pinry/core/templates/core/base.html @@ -19,17 +19,17 @@