From 80ac168eeff4bdce0764c25c2bd3da1f37cbda28 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 16 Nov 2013 21:46:38 +0100 Subject: Move JS specific to the SQL panel to its own file. --- debug_toolbar/templates/debug_toolbar/panels/sql.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debug_toolbar/templates') 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 %}
{% trans "No SQL queries were recorded during this request." %}
{% endif %} + + -- cgit v1.2.3