aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
diff options
context:
space:
mode:
authorRob Hudson2009-09-07 08:54:49 -0700
committerRob Hudson2009-09-07 08:54:49 -0700
commit12136431e826dd31442376235d3fa3ca40c0216d (patch)
treee4fd93a16a09c4bbb724e9c156977bee9f228428 /debug_toolbar/templates
parente8527b23ccdb9a484166dd648e4751e6b24fedaf (diff)
parentccbb03ae8e3ca2ff65140e3c113930b3ecc6b6a6 (diff)
downloaddjango-debug-toolbar-12136431e826dd31442376235d3fa3ca40c0216d.tar.bz2
Merge branch 'ui-rf' of github.com:robhudson/django-debug-toolbar into ui-rf
Diffstat (limited to 'debug_toolbar/templates')
-rw-r--r--debug_toolbar/templates/debug_toolbar/redirect.html6
1 files changed, 1 insertions, 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 @@
<h1>HttpResponseRedirect</h1>
<p>Location: <a href="{{ redirect_to|urlencode }}">{{ redirect_to }}</a></p>
<p class="notice">
- {% 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" %}
- <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key
- <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." %}
+ {% 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 <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>." %}
</p>
</body>
</html>