Show actual comment number. Only shows plural for now (ticket #712)

This commit is contained in:
Jef van Schendel 2011-12-18 00:31:39 +01:00
parent dbcf5289dc
commit 18517e888a

View File

@ -81,7 +81,7 @@
<a class="button_action" href="{{ delete_url }}">{% trans %}Delete{% endtrans %}</a>
{% endif %}
</p>
<h3>{% trans %}23 comments{% endtrans %}
<h3>{% trans comment_count=comments.count() -%}{{ comment_count }} comments{%- endtrans %}
<div class="right_align">
<a
{% if not request.user %}