# HG changeset patch # User neko259 # Date 2015-01-02 14:39:39 # Node ID a211f7864d2f7dd80df82e9c1b1be05d0c619913 # Parent 4d1fc8e929a4ba5313a2ca710afc8685cce3bec0 Removed individual post cache. Thread cache is sufficient enough 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 %} -