##// END OF EJS Templates
Removed threads list cache cause it's causing problems with tags view.
neko259 -
r192:ae8703f0 default
parent child Browse files
Show More
@@ -29,7 +29,6 b''
29 29 {% endif %}
30 30
31 31 {% if threads %}
32 {% cache 600 thread_cache threads.0.thread.last_edit_time moderator %}
33 32 {% for thread in threads %}
34 33 <div class="thread">
35 34 {% if thread.bumpable %}
@@ -122,7 +121,6 b''
122 121 {% endif %}
123 122 </div>
124 123 {% endfor %}
125 {% endcache %}
126 124 {% else %}
127 125 <div class="post">
128 126 {% trans 'No threads exist. Create the first one!' %}</div>
General Comments 0
You need to be logged in to leave comments. Login now