From 545dbabb091da7c68c8d754ac70efd435416e703 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 31 Mar 2012 21:46:34 +0200 Subject: Fixed typo. --- debug_toolbar/templates/debug_toolbar/panels/templates.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug_toolbar/templates/debug_toolbar/panels/templates.html b/debug_toolbar/templates/debug_toolbar/panels/templates.html index 27db187..c42fef2 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/templates.html +++ b/debug_toolbar/templates/debug_toolbar/panels/templates.html @@ -10,7 +10,7 @@

None

{% endif %} -

{% blocktrans count template_count=template_dirs|length %}Template{% plural %}Templates{% endblocktrans %}

+

{% blocktrans count template_count=templates|length %}Template{% plural %}Templates{% endblocktrans %}

{% if templates %}
{% for template in templates %} -- cgit v1.2.3