##// END OF EJS Templates
Removed unnecessary "with" variables in the thread template
neko259 -
r1033:925689f7 default
parent child Browse files
Show More
@@ -31,13 +31,9 b''
31 {% endif %}
31 {% endif %}
32
32
33 <div class="thread">
33 <div class="thread">
34 {% with can_bump=thread.can_bump %}
35 {% for post in thread.get_replies %}
34 {% for post in thread.get_replies %}
36 {% with is_opening=forloop.first %}
37 {% post_view post moderator=moderator %}
35 {% post_view post moderator=moderator %}
38 {% endwith %}
39 {% endfor %}
36 {% endfor %}
40 {% endwith %}
41 </div>
37 </div>
42
38
43 {% if not thread.archived %}
39 {% if not thread.archived %}
General Comments 0
You need to be logged in to leave comments. Login now