diff options
| author | Idan Gazit | 2009-08-26 01:58:35 +0300 | 
|---|---|---|
| committer | Idan Gazit | 2009-08-26 01:58:35 +0300 | 
| commit | 16fe40b7e54ba31e845e6c73c68c0b15d782306a (patch) | |
| tree | 6f0a9bca9c02189881f05d3b2bb05815e7991fc5 /debug_toolbar/templates | |
| parent | 0b2e7031d9d89571055df5bad3d6cf0586a9ef61 (diff) | |
| parent | 2edab7a07cec1a89e976c02af2d5b8fb43b18bc2 (diff) | |
| download | django-debug-toolbar-16fe40b7e54ba31e845e6c73c68c0b15d782306a.tar.bz2 | |
Merge commit 'upstream/ui-rf'
Conflicts:
	debug_toolbar/templates/debug_toolbar/panels/headers.html
	debug_toolbar/templates/debug_toolbar/panels/logger.html
	debug_toolbar/templates/debug_toolbar/panels/request_vars.html
	debug_toolbar/templates/debug_toolbar/panels/settings_vars.html
	debug_toolbar/templates/debug_toolbar/panels/signals.html
	debug_toolbar/templates/debug_toolbar/panels/sql.html
	debug_toolbar/templates/debug_toolbar/panels/template_source.html
	debug_toolbar/templates/debug_toolbar/panels/timer.html
Diffstat (limited to 'debug_toolbar/templates')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/redirect.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/redirect.html b/debug_toolbar/templates/debug_toolbar/redirect.html index 1128cea..d0d9b35 100644 --- a/debug_toolbar/templates/debug_toolbar/redirect.html +++ b/debug_toolbar/templates/debug_toolbar/redirect.html @@ -8,7 +8,7 @@  <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 +	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>  | 
