Improve the replies/thread display

This commit is contained in:
Thomas Sileo
2018-06-03 21:28:06 +02:00
parent 6f7f2ae91c
commit 63b2d2870a
8 changed files with 96 additions and 43 deletions

View File

@@ -16,9 +16,7 @@
{% block content %}
<div id="container">
{% include "header.html" %}
{{ utils.display_note(note, perma=True) }}
{% for reply in replies %}
{{ utils.display_note(reply, perma=False) }}
{% endfor %}
{{ thread }}
{{ utils.display_thread(thread) }}
</div>
{% endblock %}