From 727b4e05f59c15904f7b08388220b7bfc76d59b2 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Fri, 25 Apr 2014 18:53:00 +0200 Subject: Make the pain go away. Fix #581, #544, #541, #535 and a few others. --- debug_toolbar/templates/debug_toolbar/base.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'debug_toolbar/templates') diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index 8ce7a0e..6bc017a 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -3,9 +3,12 @@ @media print { #djDebug {display:none;}} - +{% if toolbar.config.JQUERY_URL %} + + +{% else %} + +{% endif %}