From a3e8ce8eb1c4e2d1482a22d3a7e0dba7f4ff3201 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Fri, 22 Apr 2011 14:59:59 -0700 Subject: Basic support for toggling everywhere correctly --- debug_toolbar/templates/debug_toolbar/panels/profiling.html | 6 +++++- debug_toolbar/templates/debug_toolbar/panels/sql.html | 2 +- 2 files changed, 6 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 61e72da..ebc91cc 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/profiling.html +++ b/debug_toolbar/templates/debug_toolbar/panels/profiling.html @@ -17,7 +17,11 @@
- + + {% if call.has_subfuncs %} + - + {% else %} + + {% endif %} {{ call.func_std_string }}
diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql.html b/debug_toolbar/templates/debug_toolbar/panels/sql.html index ff05a9f..f904e15 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html @@ -26,7 +26,7 @@   - + + +
-- cgit v1.2.3