Add links to thread & parent in comment
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user