diff options
| author | Aymeric Augustin | 2013-11-16 21:46:38 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2013-11-16 21:46:38 +0100 |
| commit | 80ac168eeff4bdce0764c25c2bd3da1f37cbda28 (patch) | |
| tree | 9ed6b351aeb792dad2a658f89d5e674cae07b674 /debug_toolbar/templates | |
| parent | dbded64743247b18d0f4811dad45739029ae86f3 (diff) | |
| download | django-debug-toolbar-80ac168eeff4bdce0764c25c2bd3da1f37cbda28.tar.bz2 | |
Move JS specific to the SQL panel to its own file.
Diffstat (limited to 'debug_toolbar/templates')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/panels/sql.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql.html b/debug_toolbar/templates/debug_toolbar/panels/sql.html index 54babfc..d454d61 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html @@ -92,3 +92,5 @@ {% else %} <p>{% trans "No SQL queries were recorded during this request." %}</p> {% endif %} + +<script src="{{ STATIC_URL }}debug_toolbar/js/toolbar.sql.js"></script> |
