fix(templates): Mark pre-escaped variables as 'safe'

This commit is contained in:
Vincent Ambo 2018-04-16 00:25:29 +02:00
parent fc0b9d7fa5
commit 72f6fa65fd
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@
<strong>{{ post.author_name }}</strong>
</div>
<div class="align-self-stretch">{{ post.body }}</div>
<div class="align-self-stretch">{{ post.body | safe }}</div>
<div class="d-inline-flex flex-column align-items-end ml-auto">
<a href="/thread/{{ id }}#post-{{ post.id }}" class="ml-auto">