diff --git a/boards/templates/boards/posting_general.html b/boards/templates/boards/posting_general.html --- a/boards/templates/boards/posting_general.html +++ b/boards/templates/boards/posting_general.html @@ -30,7 +30,7 @@ {% if threads %} {% for thread in threads %} - {% cache 600 thread_cache thread.thread.last_edit_time %} + {% cache 600 thread_cache thread.thread.last_edit_time moderator %}
{% if thread.bumpable %}
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 @@ {% if posts %} - {% cache 600 thread_view posts.0.last_edit_time %} + {% cache 600 thread_view posts.0.last_edit_time moderator %}
{% for post in posts %} {% if bumpable %}