From a56bed86d7768ff2ffc1587446f6712514f6c1ba Mon Sep 17 00:00:00 2001 From: David Cramer Date: Thu, 24 Mar 2011 14:13:40 -0700 Subject: Create window.djdt and djdt.ready() event callback hooks for post events --- 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 a8ebc48..d039ade 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -13,7 +13,7 @@
  • DEBUG
  • {% endif %} {% for panel in panels %} -
  • +
  • {% if panel.has_content %} {% else %} -- cgit v1.2.3