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 @@ -29,7 +29,6 @@ {% endif %} {% if threads %} - {% cache 600 thread_cache threads.0.thread.last_edit_time moderator %} {% for thread in threads %}
{% if thread.bumpable %} @@ -122,7 +121,6 @@ {% endif %}
{% endfor %} - {% endcache %} {% else %}
{% trans 'No threads exist. Create the first one!' %}