Show actual comment number. Only shows plural for now (ticket #712)
This commit is contained in:
parent
dbcf5289dc
commit
18517e888a
@ -81,7 +81,7 @@
|
|||||||
<a class="button_action" href="{{ delete_url }}">{% trans %}Delete{% endtrans %}</a>
|
<a class="button_action" href="{{ delete_url }}">{% trans %}Delete{% endtrans %}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
<h3>{% trans %}23 comments{% endtrans %}
|
<h3>{% trans comment_count=comments.count() -%}{{ comment_count }} comments{%- endtrans %}
|
||||||
<div class="right_align">
|
<div class="right_align">
|
||||||
<a
|
<a
|
||||||
{% if not request.user %}
|
{% if not request.user %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user