From 5aee4dfeb4aed0e34fbb8b2197b9ea7cc8cb062b Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Fri, 11 Sep 2009 14:55:02 -0700 Subject: Fixed escaping on redirects. This needs a good test case and more thought for when there are query strings. As it was, though, it was broken. --- debug_toolbar/templates/debug_toolbar/redirect.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug_toolbar') diff --git a/debug_toolbar/templates/debug_toolbar/redirect.html b/debug_toolbar/templates/debug_toolbar/redirect.html index 068fe8c..93dd67c 100644 --- a/debug_toolbar/templates/debug_toolbar/redirect.html +++ b/debug_toolbar/templates/debug_toolbar/redirect.html @@ -4,7 +4,7 @@

HttpResponseRedirect

-

Location: {{ redirect_to }}

+

Location: {{ redirect_to }}

{% trans "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes. You can click the above link to continue with the redirect as normal. If you'd like to disable this feature, set the DEBUG_TOOLBAR_CONFIG dictionary's key INTERCEPT_REDIRECTS to False." %}

-- cgit v1.2.3