# HG changeset patch # User neko259 # Date 2014-01-18 11:59:49 # Node ID 4841b16e185e0cd37ce708f45d5dfa8c5eda7a39 # Parent 09070c917bbed4233121d636c53446acb283cb89 Don't show images count in OP in thread view 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 @@ -34,7 +34,7 @@ [>>] {% endif %} - {% if need_open_link %} + {% if post.is_opening and need_open_link %} [{% trans "Reply" %}] {% endif %} @@ -68,7 +68,7 @@ {% if post.is_opening and post.thread_new.tags.exists %}
- {% if post.is_opening %} + {% if post.is_opening and need_open_link %} {{ post.thread_new.get_images_count }} {% trans 'images' %}. {% endif %}