Show More
@@ -29,7 +29,6 b'' | |||||
29 | {% endif %} |
|
29 | {% endif %} | |
30 |
|
30 | |||
31 | {% if threads %} |
|
31 | {% if threads %} | |
32 | {% cache 600 thread_cache threads.0.thread.last_edit_time moderator %} |
|
|||
33 | {% for thread in threads %} |
|
32 | {% for thread in threads %} | |
34 | <div class="thread"> |
|
33 | <div class="thread"> | |
35 | {% if thread.bumpable %} |
|
34 | {% if thread.bumpable %} | |
@@ -122,7 +121,6 b'' | |||||
122 | {% endif %} |
|
121 | {% endif %} | |
123 | </div> |
|
122 | </div> | |
124 | {% endfor %} |
|
123 | {% endfor %} | |
125 | {% endcache %} |
|
|||
126 | {% else %} |
|
124 | {% else %} | |
127 | <div class="post"> |
|
125 | <div class="post"> | |
128 | {% trans 'No threads exist. Create the first one!' %}</div> |
|
126 | {% trans 'No threads exist. Create the first one!' %}</div> |
General Comments 0
You need to be logged in to leave comments.
Login now