aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
diff options
context:
space:
mode:
authorRob Hudson2011-02-03 15:42:04 -0800
committerRob Hudson2011-02-03 15:42:04 -0800
commita50ff2c97dc37f22d780304ceabd1331b5ac1039 (patch)
treee9ab63548aaf6760479a356c0adb23aa7dd43f44 /debug_toolbar/templates
parenta2edb76e8dc900ab5f147e062ceee5ac3ac35a18 (diff)
parent1efd6e652e35aa32339f2d5d6d8772a172646c84 (diff)
downloaddjango-debug-toolbar-a50ff2c97dc37f22d780304ceabd1331b5ac1039.tar.bz2
Merge pull request #135 from acdha/django-debug-toolbar
--- This is mostly just because my in-browser validation badges fail if debug-toolbar is active.
Diffstat (limited to 'debug_toolbar/templates')
-rw-r--r--debug_toolbar/templates/debug_toolbar/base.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html
index 0fe64ca..7f7a535 100644
--- a/debug_toolbar/templates/debug_toolbar/base.html
+++ b/debug_toolbar/templates/debug_toolbar/base.html
@@ -1,5 +1,4 @@
{% load i18n %}
-<style type="text/css">@media print { #djDebug {display:none;}}</style>
<script type="text/javascript">
// <![CDATA[
var DEBUG_TOOLBAR_MEDIA_URL = "{{ DEBUG_TOOLBAR_MEDIA_URL }}";