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 @@ -4,95 +4,87 @@ {% get_current_language as LANGUAGE_CODE %} -{% spaceless %} - {% cache 600 post post.id post.last_edit_time thread.archived bumpable truncated moderator LANGUAGE_CODE need_open_link %} - {% if thread.archived %} -
- {% elif bumpable %} -
- {% else %} -
- {% endif %} +{% if thread.archived %} +
+{% elif bumpable %} +
+{% else %} +
+{% endif %} -