1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-06-05 21:59:23 +02:00

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