don't escape content in topic view

This commit is contained in:
Lera Elvoé 2025-07-01 18:11:40 +03:00
parent e5a140fa2e
commit 9ae55c92ba
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc

View File

@ -48,7 +48,7 @@
on <a href="{{ url_for("threads.thread", slug=thread['slug']) }}">on {{ timestamp(thread['latest_post_created_at'] )}}</a>:
</span>
<span class="thread-info-post-preview">
{{ thread['latest_post_content'] }}
{{ thread['latest_post_content'] | safe }}
</span>
</div>
<div class="thread-locked-container contain-svg">