diff options
Diffstat (limited to 'design/templates/details/entry.html')
-rw-r--r-- | design/templates/details/entry.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/details/entry.html b/design/templates/details/entry.html index 948a9b8..02dcbe6 100644 --- a/design/templates/details/entry.html +++ b/design/templates/details/entry.html @@ -55,7 +55,7 @@ class="{%if t == 0 or t == 2 %}single{%endif%}{%if t == 1 or t == 3 %}double{%en {% get_comment_count for object as comment_count %}. {%if comment_count > 0%} -<p class="comments--header">{{comment_count}} Comments</p> +<p class="comments--header">{{comment_count}} Comment{{ comment_count|pluralize }}</p> {% render_comment_list for object %} {%endif%} {% render_comment_form for object %} |