##// END OF EJS Templates
Show multi-thread posts bumpable status properly on the main page
neko259 -
r993:9e5c9de3 default
parent child Browse files
Show More
@@ -103,7 +103,7 b''
103 {% endif %}
103 {% endif %}
104 <div class="last-replies">
104 <div class="last-replies">
105 {% for post in last_replies %}
105 {% for post in last_replies %}
106 {% post_view post moderator=moderator is_opening=False thread=thread can_bump=can_bump truncated=True %}
106 {% post_view post is_opening=False moderator=moderator truncated=True %}
107 {% endfor %}
107 {% endfor %}
108 </div>
108 </div>
109 {% endif %}
109 {% endif %}
General Comments 0
You need to be logged in to leave comments. Login now