From 1449c014ed449c7c139e2912b0ebb063b1134c83 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 1 Feb 2014 09:04:21 +0100 Subject: Stop accessing non-existing 'url' attribute. Fix #536. --- debug_toolbar/templates/debug_toolbar/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index 6ceb735..e2ab939 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -21,7 +21,7 @@ if(!window.jQuery) document.write(' {% if panel.has_content and panel.enabled %} - + {% else %}
{% endif %} -- cgit v1.2.3