##// END OF EJS Templates
Removed faulty caches
neko259 -
r1649:0d7c9d95 default
parent child Browse files
Show More
@@ -4,7 +4,6 b''
4 {% load board %}
4 {% load board %}
5 {% load static %}
5 {% load static %}
6 {% load tz %}
6 {% load tz %}
7 {% load cache %}
8
7
9 {% block head %}
8 {% block head %}
10 <meta name="robots" content="noindex">
9 <meta name="robots" content="noindex">
@@ -119,7 +118,6 b''
119 {% endif %}
118 {% endif %}
120
119
121 {% for thread in threads %}
120 {% for thread in threads %}
122 {% cache 500 thread thread.id thread.last_edit_time LANGUAGE_CODE TIME_ZONE %}
123 <div class="thread">
121 <div class="thread">
124 {% post_view thread.get_opening_post thread=thread truncated=True need_open_link=True %}
122 {% post_view thread.get_opening_post thread=thread truncated=True need_open_link=True %}
125 {% if not thread.archived %}
123 {% if not thread.archived %}
@@ -143,7 +141,6 b''
143 {% endwith %}
141 {% endwith %}
144 {% endif %}
142 {% endif %}
145 </div>
143 </div>
146 {% endcache %}
147 {% endfor %}
144 {% endfor %}
148
145
149 {% if next_page_link %}
146 {% if next_page_link %}
General Comments 0
You need to be logged in to leave comments. Login now