diff --git a/files/templates/directory.html b/files/templates/directory.html index a59ac8573..5d40d9378 100644 --- a/files/templates/directory.html +++ b/files/templates/directory.html @@ -99,13 +99,15 @@ {% block content %}
{% for thread in DIRECTORY %} - - - + {% if thread[5] %} + + + + {% endif %} {% endfor %}
{% endblock %}