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 %} -
+
{% trans "Back" %}

{% trans "SQL Explained" %}

-
+
{% trans "Executed SQL" %}
diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql_profile.html b/debug_toolbar/templates/debug_toolbar/panels/sql_profile.html index e154de5..c0d90b4 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql_profile.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql_profile.html @@ -1,9 +1,9 @@ {% load i18n %} -
+
{% trans "Back" %}

{% trans "SQL Profiled" %}

-
+
{% if result %}
diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql_select.html b/debug_toolbar/templates/debug_toolbar/panels/sql_select.html index 6263364..7a57c75 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql_select.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql_select.html @@ -1,9 +1,9 @@ {% load i18n %} -
+
{% trans "Back" %}

{% trans "SQL Selected" %}

-
+
{% trans "Executed SQL" %}
diff --git a/debug_toolbar/templates/debug_toolbar/panels/template_source.html b/debug_toolbar/templates/debug_toolbar/panels/template_source.html index 829842c..7dedde3 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/template_source.html +++ b/debug_toolbar/templates/debug_toolbar/panels/template_source.html @@ -1,9 +1,9 @@ {% load i18n %} -
+
{% trans "Back" %}

{% trans 'Template Source' %}: {{ template_name }}

-
+
{% if not source.pygmentized %} {{ source }} -- cgit v1.2.3