From 6f394151a76634143bc6ef3c8224abf192132db1 Mon Sep 17 00:00:00 2001 From: Alex Brinsmead Date: Mon, 7 May 2012 15:30:04 -0700 Subject: Set browser focus to redirect_to link so user can hit enter and fly through redirect screens like a boss. --- debug_toolbar/templates/debug_toolbar/redirect.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debug_toolbar/templates') diff --git a/debug_toolbar/templates/debug_toolbar/redirect.html b/debug_toolbar/templates/debug_toolbar/redirect.html index 250e3e8..d911778 100644 --- a/debug_toolbar/templates/debug_toolbar/redirect.html +++ b/debug_toolbar/templates/debug_toolbar/redirect.html @@ -4,9 +4,12 @@
{% trans 'Location' %}: {{ redirect_to }}
+{% trans 'Location' %}: {{ redirect_to }}
 	{% 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 DEBUG_TOOLBAR_CONFIG dictionary's key INTERCEPT_REDIRECTS to False." %}