aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-10 22:21:58 +0100
committerAymeric Augustin2013-11-10 23:54:34 +0100
commitc71624039d3d05067a27d6f983b552f283ffb893 (patch)
treea229dc32a913dc44de1ec3dbd709ce35bfbbd84c /debug_toolbar/templates
parent9f089f061a737e7bb1620f03befe966e1c771087 (diff)
downloaddjango-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.html2
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="#">&#171;</a>
+ <span title="{% trans "Show Toolbar" %}" id="djShowToolBarButton">&#171;</span>
</div>
{% for panel in panels %}
{% if panel.has_content and panel.enabled %}