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>
|
<a class="action" href="{{ url_for('blog.update', id=post['id']) }}">Edit</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</header>
|
</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>
|
</article>
|
||||||
{% if not loop.last %}
|
{% if not loop.last %}
|
||||||
<hr>
|
<hr>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue