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 %}