diff --git a/boards/templates/boards/thread.html b/boards/templates/boards/thread.html --- a/boards/templates/boards/thread.html +++ b/boards/templates/boards/thread.html @@ -31,13 +31,9 @@ {% endif %}
- {% with can_bump=thread.can_bump %} {% for post in thread.get_replies %} - {% with is_opening=forloop.first %} - {% post_view post moderator=moderator %} - {% endwith %} + {% post_view post moderator=moderator %} {% endfor %} - {% endwith %}
{% if not thread.archived %}