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

@@ -9,12 +9,12 @@
</form>
</div>
{% endif %}
<i>{{ f_author(author, create_time, modify_time) }}</i>
<i>{{ f_author(author, create_time, modify_time, None, None) }}</i>
<p>{{ minimd(text) | safe }}</p>
{{ reply() }}
{% for c in comments %}
{{ render_comment(c) }}
{{ render_comment(c, thread_id) }}
{% endfor %}
{% endblock %}