From 80d72869a9a950b1598aec71b8534fcc58d54a3c Mon Sep 17 00:00:00 2001 From: Idan Gazit Date: Wed, 9 Sep 2009 01:40:55 +0300 Subject: Fixed back buttons on SQL explain/select/profile subpanels. --- debug_toolbar/templates/debug_toolbar/panels/sql_explain.html | 2 +- debug_toolbar/templates/debug_toolbar/panels/sql_profile.html | 2 +- debug_toolbar/templates/debug_toolbar/panels/sql_select.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql_explain.html b/debug_toolbar/templates/debug_toolbar/panels/sql_explain.html index a21ec59..57fa538 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql_explain.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql_explain.html @@ -1,6 +1,6 @@ {% load i18n %}