From 3003c95626617c5c5331ddf10373e867b6610a63 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Fri, 1 Nov 2013 17:52:04 +0100 Subject: Make help text a bit more helpful. --- debug_toolbar/templates/debug_toolbar/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug_toolbar') diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index d1dd0d1..4068ced 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -14,7 +14,7 @@ {% endif %} {% for panel in panels %}
  • - + {% if panel.has_content and panel.enabled %} {% else %} -- cgit v1.2.3