From 71a2c1237de8ed759c3ba415c8bfd91b62adf193 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 16 Nov 2013 09:47:14 +0100 Subject: Clean up DebugToolbar class, especially panels handling. --- debug_toolbar/templates/debug_toolbar/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debug_toolbar/templates') diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index 19b32cf..424dc57 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -20,9 +20,9 @@ if(!window.jQuery) document.write(' - + {% if panel.has_content and panel.enabled %} - + {% else %}
{% endif %} @@ -46,7 +46,7 @@ if(!window.jQuery) document.write(' +
{% trans "Close" %}

{{ panel.title|safe }}

-- cgit v1.2.3