##// END OF EJS Templates
Show OPs of other threads as replies to thread as OP (with tags)
neko259 -
r1031:54b1a0a4 default
parent child Browse files
Show More
@@ -34,7 +34,7 b''
34 {% with can_bump=thread.can_bump %}
34 {% with can_bump=thread.can_bump %}
35 {% for post in thread.get_replies %}
35 {% for post in thread.get_replies %}
36 {% with is_opening=forloop.first %}
36 {% with is_opening=forloop.first %}
37 {% post_view post moderator=moderator is_opening=is_opening bumpable=can_bump opening_post_id=opening_post.id %}
37 {% post_view post moderator=moderator %}
38 {% endwith %}
38 {% endwith %}
39 {% endfor %}
39 {% endfor %}
40 {% endwith %}
40 {% endwith %}
General Comments 0
You need to be logged in to leave comments. Login now