aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
diff options
context:
space:
mode:
authorJannis Leidel2012-03-31 21:46:34 +0200
committerJannis Leidel2012-03-31 21:46:34 +0200
commit545dbabb091da7c68c8d754ac70efd435416e703 (patch)
tree51aa41f41d8d9d89cb69bf4940c4bd1e8b75c1e3 /debug_toolbar
parent0ff41e26acacf1ca6096bf5be69868eba0791d55 (diff)
downloaddjango-debug-toolbar-545dbabb091da7c68c8d754ac70efd435416e703.tar.bz2
Fixed typo.
Diffstat (limited to 'debug_toolbar')
-rw-r--r--debug_toolbar/templates/debug_toolbar/panels/templates.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<p>None</p>
{% endif %}
-<h4>{% blocktrans count template_count=template_dirs|length %}Template{% plural %}Templates{% endblocktrans %}</h4>
+<h4>{% blocktrans count template_count=templates|length %}Template{% plural %}Templates{% endblocktrans %}</h4>
{% if templates %}
<dl>
{% for template in templates %}