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 %}