From 059582382346de5d261f1a7990f6f7a46d6af2f8 Mon Sep 17 00:00:00 2001 From: Kenneth Belitzky Date: Sat, 10 Oct 2009 01:59:47 +0800 Subject: fixed space on titles --- debug_toolbar/templates/debug_toolbar/panels/templates.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debug_toolbar/templates/debug_toolbar/panels/templates.html b/debug_toolbar/templates/debug_toolbar/panels/templates.html index dcd5d85..ef1b34d 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/templates.html +++ b/debug_toolbar/templates/debug_toolbar/panels/templates.html @@ -1,5 +1,5 @@ {% load i18n %} -

{% trans 'Template path' %} {{ template_dirs|length|pluralize }}

+

{% trans 'Template path' %}{{ template_dirs|length|pluralize }}

{% if template_dirs %}
    {% for template in template_dirs %} @@ -28,7 +28,7 @@

    {% trans 'None' %}

    {% endif %} -

    {% trans 'Context processor' %} {{ context_processors|length|pluralize }}

    +

    {% trans 'Context processor' %}{{ context_processors|length|pluralize }}

    {% if context_processors %}
    {% for key, value in context_processors.iteritems %} -- cgit v1.2.3