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>:
|
on <a href="{{ url_for("threads.thread", slug=thread['slug']) }}">on {{ timestamp(thread['latest_post_created_at'] )}}</a>:
|
||||||
</span>
|
</span>
|
||||||
<span class="thread-info-post-preview">
|
<span class="thread-info-post-preview">
|
||||||
{{ thread['latest_post_content'] }}
|
{{ thread['latest_post_content'] | safe }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="thread-locked-container contain-svg">
|
<div class="thread-locked-container contain-svg">
|
||||||
|
Loading…
Reference in New Issue
Block a user