diff options
| author | Matt George | 2008-09-30 22:18:58 -0500 |
|---|---|---|
| committer | Matt George | 2008-09-30 22:18:58 -0500 |
| commit | bf6d1596e621c2e33468d2a36bb54f68c1baa205 (patch) | |
| tree | b3ba07823903beec0604d423c82abc7a9db98edc /debug_toolbar/templates | |
| parent | 991969f4ab22fbf73bea2ec8d9afeba1962fa2a5 (diff) | |
| parent | 70278e8054dd0b0abb466d2fe7a043a10e871a37 (diff) | |
| download | django-debug-toolbar-bf6d1596e621c2e33468d2a36bb54f68c1baa205.tar.bz2 | |
Merge branch 'master' into session_panel
Diffstat (limited to 'debug_toolbar/templates')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/redirect.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/redirect.html b/debug_toolbar/templates/debug_toolbar/redirect.html new file mode 100644 index 0000000..b61286e --- /dev/null +++ b/debug_toolbar/templates/debug_toolbar/redirect.html @@ -0,0 +1,14 @@ +<html> +<head> +</head> +<body> +<h1>HttpResponseRedirect</h1> +<p>Location: <a href="{{ redirect_to }}">{{ redirect_to }}</a></p> +<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>. +</p> +</body> +</html> |
