Fixes replies, and hide them on the homepage

This commit is contained in:
Thomas Sileo
2018-06-03 22:44:19 +02:00
parent 63b2d2870a
commit a160a95e82
3 changed files with 16 additions and 4 deletions

View File

@@ -16,7 +16,6 @@
{% block content %}
<div id="container">
{% include "header.html" %}
{{ thread }}
{{ utils.display_thread(thread) }}
</div>
{% endblock %}