diff options
| author | Matt George | 2008-09-30 22:13:28 -0500 |
|---|---|---|
| committer | Matt George | 2008-09-30 22:13:28 -0500 |
| commit | 70278e8054dd0b0abb466d2fe7a043a10e871a37 (patch) | |
| tree | 8cf7dab1b73f42786e17b29a9416798aed2c3e70 /debug_toolbar/templates | |
| parent | 4734384cecd18ee6497730dc997aa34040975d13 (diff) | |
| parent | 51a79cfcb7d731f951647778d504a3e654d4883f (diff) | |
| download | django-debug-toolbar-70278e8054dd0b0abb466d2fe7a043a10e871a37.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 | 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> |
