diff options
| author | Rob Hudson | 2011-04-25 11:26:21 -0700 |
|---|---|---|
| committer | Rob Hudson | 2011-04-25 11:26:21 -0700 |
| commit | 930f33bfe9526cc7b917853da473a358ec5fc071 (patch) | |
| tree | 6580aaf0caf8a62d4bcf6c8bb7b2c60bfd7e73f4 /debug_toolbar/templates | |
| parent | 8cb8abae8cec44909947dbe54e1ed644deeecbd6 (diff) | |
| parent | 6479ad305ab763a5eceb68c8eb0806caa6b63f77 (diff) | |
| download | django-debug-toolbar-0.8.5.tar.bz2 | |
Merge branch 'release/v0.8.5'v0.8.5
Diffstat (limited to 'debug_toolbar/templates')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/base.html | 1 | ||||
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/panels/logger.html | 2 | ||||
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/panels/sql.html | 2 |
3 files changed, 4 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"> // <