From 97090c32941784d28818721f37eee69e21e2d74e Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Wed, 13 Nov 2013 20:40:22 +0100 Subject: Provide an option to force rendering panels in page. Requested by David who seems to runs the debug toolbar in production :-) --- debug_toolbar/templates/debug_toolbar/base.html | 1 + 1 file changed, 1 insertion(+) (limited to 'debug_toolbar/templates') diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index c3cd339..b2ea63e 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -53,6 +53,7 @@ if(!window.jQuery) document.write('
+ {% if not storage_id %}{{ panel.content }}{% endif %}
-- cgit v1.2.3