don't escape content in topic view
This commit is contained in:
parent
e5a140fa2e
commit
9ae55c92ba
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user