# HG changeset patch # User neko259 # Date 2017-01-03 20:13:46 # Node ID 7cb69793af1ee46f4a439cdc192826456dbfd88d # Parent 022120a9ad135b242cb5775d4185266727d2071c Do not show 'active threads' text on the landing page diff --git a/boards/templates/boards/landing.html b/boards/templates/boards/landing.html --- a/boards/templates/boards/landing.html +++ b/boards/templates/boards/landing.html @@ -26,7 +26,6 @@
{% if latest_threads %} -
{% trans "Active threads:" %}
{% for op in latest_threads %} {% endfor %}
- {% else %} -
{% trans "No active threads today." %}
{% endif %} {% endblock %}