diff options
| author | Matt George | 2008-10-01 08:54:46 -0500 | 
|---|---|---|
| committer | Matt George | 2008-10-01 08:54:46 -0500 | 
| commit | dc394cc735fb501f093bf8267292649061d560ce (patch) | |
| tree | 764566391def0929324b14c0ad0a2353dff6920b /debug_toolbar/templates | |
| parent | bf6d1596e621c2e33468d2a36bb54f68c1baa205 (diff) | |
| parent | 106875bf17654444fe075c37c3ba3f36dd596f39 (diff) | |
| download | django-debug-toolbar-dc394cc735fb501f093bf8267292649061d560ce.tar.bz2 | |
Merge branch 'master' of git://github.com/robhudson/django-debug-toolbar
Diffstat (limited to 'debug_toolbar/templates')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/redirect.html | 5 | 
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>  | 
