##// 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 26 </div>
27 27 <br />
28 28 {% if latest_threads %}
29 <div>{% trans "Active threads:" %}</div>
30 29 <div class="landing-threads">
31 30 {% for op in latest_threads %}
32 31 <div class="thread-short gallery_image">
@@ -41,8 +40,6 b''
41 40 </div>
42 41 {% endfor %}
43 42 </div>
44 {% else %}
45 <div>{% trans "No active threads today." %}</div>
46 43 {% endif %}
47 44 </div>
48 45 {% endblock %}
General Comments 0
You need to be logged in to leave comments. Login now