diff options
| author | Aymeric Augustin | 2013-11-12 21:48:42 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2013-11-12 22:10:22 +0100 |
| commit | c1d50fc79645c71987ae156d371777dd371c422d (patch) | |
| tree | 16bccc82c28a953a1321c685eaa7b0a5b94d3442 /debug_toolbar/templates | |
| parent | 02716d9ca2728e33e92806f6ed0b3d9375df53a9 (diff) | |
| download | django-debug-toolbar-c1d50fc79645c71987ae156d371777dd371c422d.tar.bz2 | |
Move store/fetch logic inside the DebugToolbar class.
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 4c82140..c3cd339 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -9,7 +9,7 @@ if(!window.jQuery) document.write('<scr'+'ipt src="{{ STATIC_URL }}debug_toolbar <script src="{{ STATIC_URL }}debug_toolbar/js/jquery.cookie.js"></script> <script src="{{ STATIC_URL }}debug_toolbar/js/toolbar.js"></script> <div id="djDebug" style="display:none;" dir="ltr" - data-toolbar-id="{{ toolbar_id }}" data-render-panel-url="{% url 'djdt:render_panel' %}" + data-storage-id="{{ storage_id }}" data-render-panel-url="{% url 'djdt:render_panel' %}" {{ TOOLBAR_ROOT_TAG_ATTRS|safe }}> <div style="display:none;" id="djDebugToolbar"> <ul id="djDebugPanelList"> |
