aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
diff options
context:
space:
mode:
authorJannis Leidel2012-04-04 21:35:49 +0200
committerJannis Leidel2012-04-04 21:35:49 +0200
commit31faa3ed89df6c1ac3088c05c81423088304ea02 (patch)
tree6e376050257d897e9170f482c2a4efa7d592ad05 /debug_toolbar/templates
parent67f06f8404c1d44bc478b91e48456b42dfdea8c1 (diff)
downloaddjango-debug-toolbar-31faa3ed89df6c1ac3088c05c81423088304ea02.tar.bz2
Marked another string for translation.
Diffstat (limited to 'debug_toolbar/templates')
-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 c42fef2..8061053 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/templates.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/templates.html
@@ -7,7 +7,7 @@
{% endfor %}
</ol>
{% else %}
- <p>None</p>
+ <p>{% trans "None" %}</p>
{% endif %}
<h4>{% blocktrans count template_count=templates|length %}Template{% plural %}Templates{% endblocktrans %}</h4>