From c1d19af25d3f7e76520eb93bc45d0860add6e38f Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Wed, 14 Oct 2009 14:34:25 +0100 Subject: Move the stacktrace underneath the SQL - current column is too narrow Signed-off-by: Chris Lamb Signed-off-by: Rob Hudson --- .../templates/debug_toolbar/panels/sql.html | 34 ++++++++++++---------- 1 file changed, 18 insertions(+), 16 deletions(-) (limited to 'debug_toolbar/templates') diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql.html b/debug_toolbar/templates/debug_toolbar/panels/sql.html index c275bea..038deaf 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html @@ -26,27 +26,29 @@ {% if query.stacktrace %} - {% endif %}
{{ query.sql|safe }}
+ {% if query.stacktrace %} + + {% endif %}
-- cgit v1.2.3