From 4cce59d4c244a755181de5579dabc0d0e26335ee Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Thu, 14 Nov 2013 22:23:51 +0100 Subject: Move some panel-specific javascript in specific files. --- debug_toolbar/templates/debug_toolbar/panels/profiling.html | 4 +++- debug_toolbar/templates/debug_toolbar/panels/templates.html | 2 ++ debug_toolbar/templates/debug_toolbar/panels/timer.html | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'debug_toolbar/templates') diff --git a/debug_toolbar/templates/debug_toolbar/panels/profiling.html b/debug_toolbar/templates/debug_toolbar/panels/profiling.html index f2d43de..34ecc87 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/profiling.html +++ b/debug_toolbar/templates/debug_toolbar/panels/profiling.html @@ -40,4 +40,6 @@ {% endif %} {% endfor %} - \ No newline at end of file + + + diff --git a/debug_toolbar/templates/debug_toolbar/panels/templates.html b/debug_toolbar/templates/debug_toolbar/panels/templates.html index 5cbb742..dbe93f8 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/templates.html +++ b/debug_toolbar/templates/debug_toolbar/panels/templates.html @@ -42,3 +42,5 @@ {% else %}

{% trans 'None' %}

{% endif %} + + diff --git a/debug_toolbar/templates/debug_toolbar/panels/timer.html b/debug_toolbar/templates/debug_toolbar/panels/timer.html index 74cf0c7..977386d 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/timer.html +++ b/debug_toolbar/templates/debug_toolbar/panels/timer.html @@ -21,7 +21,7 @@ - + + -- cgit v1.2.3