From f2382e747fa344d3ba13eda2cf60def6fc0df480 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 16 Nov 2013 21:54:11 +0100 Subject: Better solution than ca24b3f. --- debug_toolbar/templates/debug_toolbar/panels/sql.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (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 d454d61..33c496c 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html @@ -1,5 +1,4 @@ -{% load i18n %}{% load url from future %} -{% load debug_toolbar_utils %} +{% load i18n l10n %}{% load url from future %}
-
{{ query.width_ratio }}%
+
{{ query.width_ratio }}%
{{ query.duration|floatformat:"2" }} -- cgit v1.2.3