diff options
| author | Jannis Leidel | 2012-03-31 21:46:34 +0200 |
|---|---|---|
| committer | Jannis Leidel | 2012-03-31 21:46:34 +0200 |
| commit | 545dbabb091da7c68c8d754ac70efd435416e703 (patch) | |
| tree | 51aa41f41d8d9d89cb69bf4940c4bd1e8b75c1e3 /debug_toolbar | |
| parent | 0ff41e26acacf1ca6096bf5be69868eba0791d55 (diff) | |
| download | django-debug-toolbar-545dbabb091da7c68c8d754ac70efd435416e703.tar.bz2 | |
Fixed typo.
Diffstat (limited to 'debug_toolbar')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/panels/templates.html | 2 |
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 %} |
