aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Hudson2008-09-30 21:08:54 -0700
committerRob Hudson2008-09-30 21:08:54 -0700
commit106875bf17654444fe075c37c3ba3f36dd596f39 (patch)
tree19841b6c4c2b26202696166f1ed37ef4f419be43
parent51a79cfcb7d731f951647778d504a3e654d4883f (diff)
downloaddjango-debug-toolbar-106875bf17654444fe075c37c3ba3f36dd596f39.tar.bz2
Minor wording update in redirect.html template.
-rw-r--r--debug_toolbar/templates/debug_toolbar/redirect.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/redirect.html b/debug_toolbar/templates/debug_toolbar/redirect.html
index b61286e..afdccc4 100644
--- a/debug_toolbar/templates/debug_toolbar/redirect.html
+++ b/debug_toolbar/templates/debug_toolbar/redirect.html
@@ -7,8 +7,9 @@
<p class="notice">
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 config
- property <code>INTERCEPT_REDIRECTS</code> to <code>False</code>.
+ 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>