# HG changeset patch # User neko259 # Date 2013-09-14 18:57:50 # Node ID ae8703f01df913ef48e7830ea3acaee20339063c # Parent 844d6cfbaf59ca320908035a89cf97df6080e3f7 Removed threads list cache cause it's causing problems with tags view. 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!' %}