From d30452ee1997b3edd0c772e681c2ce816c730384 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 30 Nov 2013 13:57:10 +0100 Subject: Fix regression from last week-end's massive renaming. --- debug_toolbar/templates/debug_toolbar/panels/sql_explain.html | 4 ++-- debug_toolbar/templates/debug_toolbar/panels/sql_profile.html | 4 ++-- debug_toolbar/templates/debug_toolbar/panels/sql_select.html | 4 ++-- debug_toolbar/templates/debug_toolbar/panels/template_source.html | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'debug_toolbar') diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql_explain.html b/debug_toolbar/templates/debug_toolbar/panels/sql_explain.html index 6bc2f8d..0d47ada 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql_explain.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql_explain.html @@ -1,9 +1,9 @@ {% load i18n %} -
{{ template_name }}{{ source }}
--
cgit v1.2.3