##// END OF EJS Templates
Don't show images count in OP in thread view
neko259 -
r539:4841b16e default
parent child Browse files
Show More
@@ -34,7 +34,7 b''
34 34 [<a href="#" onclick="javascript:addQuickReply('{{ post.id }}')
35 35 ; return false;">&gt;&gt;</a>]
36 36 {% endif %}
37 {% if need_open_link %}
37 {% if post.is_opening and need_open_link %}
38 38 [<a class="link" href="
39 39 {% url 'thread' post.id %}#form">{% trans "Reply" %}</a>]
40 40 {% endif %}
@@ -68,7 +68,7 b''
68 68 </div>
69 69 {% if post.is_opening and post.thread_new.tags.exists %}
70 70 <div class="metadata">
71 {% if post.is_opening %}
71 {% if post.is_opening and need_open_link %}
72 72 {{ post.thread_new.get_images_count }} {% trans 'images' %}.
73 73 {% endif %}
74 74 <span class="tags">
General Comments 0
You need to be logged in to leave comments. Login now