diff options
| author | Matt Robenolt | 2012-09-16 19:19:08 -0700 | 
|---|---|---|
| committer | Matt Robenolt | 2012-09-16 19:25:38 -0700 | 
| commit | 171406fbb940895721a55a46de68551f00b9908c (patch) | |
| tree | d27d4a7e6b0b0f3e5a1b6f7111848b419fc588e6 /debug_toolbar/templates | |
| parent | ad152874296ec55e322696dcd6c539a33a423f51 (diff) | |
| download | django-debug-toolbar-171406fbb940895721a55a46de68551f00b9908c.tar.bz2 | |
Fix static assets
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 8e91f60..a790bd1 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -3,7 +3,7 @@  @media print { #djDebug {display:none;}}  </style>  <link rel="stylesheet" href="{{ STATIC_URL }}debug_toolbar/css/toolbar.min.css" type="text/css"> -<script type="text/javascript" src="{{ STATIC_URL }}debug_toolbar/css/toolbar.min.js"></script> +<script type="text/javascript" src="{{ STATIC_URL }}debug_toolbar/js/toolbar.min.js"></script>  <div id="djDebug" style="display:none;" dir="ltr">  	<div style="display:none;" id="djDebugToolbar">  		<ul id="djDebugPanelList">  | 
