add safe filter lost in merge conflict
This commit is contained in:
parent
c7363b7579
commit
3b04a2b18b
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue