##// END OF EJS Templates
Do not show 'active threads' text on the landing page
neko259 -
r1796:7cb69793 default
parent child Browse files
Show More
@@ -26,7 +26,6 b''
26 </div>
26 </div>
27 <br />
27 <br />
28 {% if latest_threads %}
28 {% if latest_threads %}
29 <div>{% trans "Active threads:" %}</div>
30 <div class="landing-threads">
29 <div class="landing-threads">
31 {% for op in latest_threads %}
30 {% for op in latest_threads %}
32 <div class="thread-short gallery_image">
31 <div class="thread-short gallery_image">
@@ -41,8 +40,6 b''
41 </div>
40 </div>
42 {% endfor %}
41 {% endfor %}
43 </div>
42 </div>
44 {% else %}
45 <div>{% trans "No active threads today." %}</div>
46 {% endif %}
43 {% endif %}
47 </div>
44 </div>
48 {% endblock %}
45 {% endblock %}
General Comments 0
You need to be logged in to leave comments. Login now