# HG changeset patch # User neko259 # Date 2014-06-16 14:46:45 # Node ID 865d0253f3f2b8cf568a81c19ce6705f413bbbff # Parent 597b8a7d40ee671cfac51d103bed96aad0fcb4c3 Show reply count in OP along with the images count diff --git a/boards/templates/boards/post.html b/boards/templates/boards/post.html --- a/boards/templates/boards/post.html +++ b/boards/templates/boards/post.html @@ -83,6 +83,7 @@ {% cache 600 post_thread thread.id thread.last_edit_time LANGUAGE_CODE need_open_link %}
{% if is_opening and need_open_link %} + {{ thread.get_reply_count }} {% trans 'replies' %}, {{ thread.get_images_count }} {% trans 'images' %}. {% endif %}