diff options
| author | Alex Gaynor | 2009-06-21 13:24:10 -0500 |
|---|---|---|
| committer | Alex Gaynor | 2009-06-21 13:24:10 -0500 |
| commit | edb6df609b3ffd2c56c258528032444bb0c48cf1 (patch) | |
| tree | 66b6e1c4ed42b7e60bd631c466f79552a25f656f | |
| parent | 81dd97c196e9422f391628b31d336ad454946b9c (diff) | |
| parent | 4dc0710b6a5eedec0448909f6b90e55a4f3555d4 (diff) | |
| download | django-debug-toolbar-edb6df609b3ffd2c56c258528032444bb0c48cf1.tar.bz2 | |
Merge commit 'rob/master'
| -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 afdccc4..1f5c84b 100644 --- a/debug_toolbar/templates/debug_toolbar/redirect.html +++ b/debug_toolbar/templates/debug_toolbar/redirect.html @@ -3,7 +3,7 @@ </head> <body> <h1>HttpResponseRedirect</h1> -<p>Location: <a href="{{ redirect_to }}">{{ redirect_to }}</a></p> +<p>Location: <a href="{{ redirect_to|urlencode }}">{{ 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 |
