diff --git a/boards/templates/boards/post.html b/boards/templates/boards/post.html --- a/boards/templates/boards/post.html +++ b/boards/templates/boards/post.html @@ -5,6 +5,8 @@ {% get_current_language as LANGUAGE_CODE %} {% cache 600 post post.id thread.last_edit_time truncated moderator LANGUAGE_CODE need_open_link %} + + {% with is_opening=post.is_opening %} {% spaceless %} {% with thread=post.thread_new %} {% if thread.archived %} @@ -32,8 +34,10 @@