diff options
| author | Rob Hudson | 2011-02-03 15:42:04 -0800 |
|---|---|---|
| committer | Rob Hudson | 2011-02-03 15:42:04 -0800 |
| commit | a50ff2c97dc37f22d780304ceabd1331b5ac1039 (patch) | |
| tree | e9ab63548aaf6760479a356c0adb23aa7dd43f44 /debug_toolbar/templates | |
| parent | a2edb76e8dc900ab5f147e062ceee5ac3ac35a18 (diff) | |
| parent | 1efd6e652e35aa32339f2d5d6d8772a172646c84 (diff) | |
| download | django-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.html | 1 |
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"> // <