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
@@ -12,7 +12,7 @@
{% block content %}
{% get_current_language as LANGUAGE_CODE %}
-
+
{% if posts %}
{% cache 600 thread_view posts.0.last_edit_time moderator LANGUAGE_CODE %}