Add links to thread & parent in comment

This commit is contained in:
David Hoppenbrouwers
2022-10-08 09:58:00 +02:00
parent 0d0135b5be
commit 49dc242db6
4 changed files with 32 additions and 19 deletions

View File

@@ -7,14 +7,14 @@
<sup><a href="../{{ parent_id }}">parent</a></sup>
{% endif %}
{{ render_comment_pre(reply_comment) }}
{{ render_comment_pre(reply_comment, thread_id) }}
{{ reply() }}
{% for c in comments %}
{{ render_comment(c) }}
{{ render_comment(c, thread_id) }}
{% endfor %}
{{ render_comment_post(reply_comment) }}
{{ render_comment_post(reply_comment, thread_id) }}
{% endblock %}