##// 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 31 {% endif %}
32 32
33 33 <div class="thread">
34 {% with can_bump=thread.can_bump %}
35 34 {% for post in thread.get_replies %}
36 {% with is_opening=forloop.first %}
37 {% post_view post moderator=moderator %}
38 {% endwith %}
35 {% post_view post moderator=moderator %}
39 36 {% endfor %}
40 {% endwith %}
41 37 </div>
42 38
43 39 {% if not thread.archived %}
General Comments 0
You need to be logged in to leave comments. Login now