From d23196e480faa01bc96605260bdf58b595010b1d Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Tue, 1 Sep 2009 06:56:36 -0700 Subject: Fixed translated string in redirect template. --- debug_toolbar/templates/debug_toolbar/redirect.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debug_toolbar/templates/debug_toolbar/redirect.html b/debug_toolbar/templates/debug_toolbar/redirect.html index d0d9b35..068fe8c 100644 --- a/debug_toolbar/templates/debug_toolbar/redirect.html +++ b/debug_toolbar/templates/debug_toolbar/redirect.html @@ -6,11 +6,7 @@

HttpResponseRedirect

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." %} + {% 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