diff options
| author | Aymeric Augustin | 2013-11-16 18:15:55 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2013-11-16 18:15:55 +0100 |
| commit | 0a0610e8af4331a5748299e525385868ce440ef5 (patch) | |
| tree | 82ff18bb516ce677e9d77c115bba00d3fe679afd /debug_toolbar/templates | |
| parent | b34eba5e83b86a6c324542ca4ebddfd245e47097 (diff) | |
| download | django-debug-toolbar-0a0610e8af4331a5748299e525385868ce440ef5.tar.bz2 | |
Stop bothering with CSS compression.
For the same reasons we stopped compressing JS.
Diffstat (limited to 'debug_toolbar/templates')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index b54a343..26b2e96 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -2,7 +2,7 @@ <style type="text/css"> @media print { #djDebug {display:none;}} </style> -<link rel="stylesheet" href="{{ STATIC_URL }}debug_toolbar/css/toolbar.min.css" type="text/css" /> +<link rel="stylesheet" href="{{ STATIC_URL }}debug_toolbar/css/toolbar.css" type="text/css" /> <script>//<![CDATA[ if(!window.jQuery) document.write('<scr'+'ipt src="{{ STATIC_URL }}debug_toolbar/js/jquery.js"></scr'+'ipt>'); //]]></script> |
