add safe filter lost in merge conflict

This commit is contained in:
Jose Palazon 2024-09-09 23:35:40 +01:00
parent c7363b7579
commit 3b04a2b18b

View file

@ -19,7 +19,7 @@
<a class="action" href="{{ url_for('blog.update', id=post['id']) }}">Edit</a>
{% endif %}
</header>
<p class="body" id="post-body-{{ post['id'] }}">{{ post['body'] }}</p>
<p class="body" id="post-body-{{ post['id'] }}">{{ post['body']|safe }}</p>
</article>
{% if not loop.last %}
<hr>