From 6a8526a93b60ebae214dbe0d4cbf172c311802b9 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 10 Nov 2013 15:18:29 +0100 Subject: Remove Panel.disabled, always use Panel.enabled. --- debug_toolbar/templates/debug_toolbar/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug_toolbar/templates') diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index d5a356c..6162020 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -24,7 +24,7 @@ if(!window.jQuery) document.write(' {% else %} -
+
{% endif %} {{ panel.nav_title }} {% if panel.enabled %} -- cgit v1.2.3