From ca24b3f27510319319dca205f9c1e9868259e246 Mon Sep 17 00:00:00 2001 From: Tomasz Buchert Date: Fri, 3 Jun 2011 10:41:05 +0200 Subject: Proper decimal separator for non-US locales (eg. polish). --- debug_toolbar/templates/debug_toolbar/panels/sql.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 f6f231c..deb4391 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html @@ -1,4 +1,5 @@ {% load i18n %} +{% load debug_toolbar_utils %}