From 106875bf17654444fe075c37c3ba3f36dd596f39 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Tue, 30 Sep 2008 21:08:54 -0700 Subject: Minor wording update in redirect.html template. --- debug_toolbar/templates/debug_toolbar/redirect.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debug_toolbar/templates') 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 @@
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 INTERCEPT_REDIRECTS to False.
+ redirect as normal. If you'd like to disable this feature, set the
+ DEBUG_TOOLBAR_CONFIG dictionary's key
+ INTERCEPT_REDIRECTS to False.