diff options
| author | Aymeric Augustin | 2013-11-10 22:21:58 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-11-10 23:54:34 +0100 | 
| commit | c71624039d3d05067a27d6f983b552f283ffb893 (patch) | |
| tree | a229dc32a913dc44de1ec3dbd709ce35bfbbd84c /debug_toolbar/templates | |
| parent | 9f089f061a737e7bb1620f03befe966e1c771087 (diff) | |
| download | django-debug-toolbar-c71624039d3d05067a27d6f983b552f283ffb893.tar.bz2 | |
Make the handle draggable.
Fix #278.
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 6162020..f8bd377 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -42,7 +42,7 @@ if(!window.jQuery) document.write('<scr'+'ipt src="{{ STATIC_URL }}debug_toolbar  		</ul>  	</div>  	<div style="display:none;" id="djDebugToolbarHandle"> -		<a title="{% trans "Show Toolbar" %}" id="djShowToolBarButton" href="#">«</a> +		<span title="{% trans "Show Toolbar" %}" id="djShowToolBarButton">«</span>  	</div>  	{% for panel in panels %}  		{% if panel.has_content and panel.enabled %}  | 
