Fix long comments being swallowed

This commit is contained in:
rubenwardy
2022-04-23 20:05:19 +01:00
parent b67e9a8130
commit d7dd0274fa
3 changed files with 39 additions and 37 deletions

View File

@@ -92,5 +92,5 @@
{% endif %}
{% from "macros/threads.html" import render_thread %}
{{ render_thread(thread, current_user) }}
{{ render_thread(thread, current_user, form) }}
{% endblock %}