keep tinymce formatting
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
{% for post in posts %}
|
||||
<div class="post">
|
||||
<h3>{{ post.title }}</h3>
|
||||
<p>{{ post.content|nl2br }}</p>
|
||||
<p>{{ post.content|raw }}</p>
|
||||
|
||||
<div class="admin-actions">
|
||||
<a href="/admin/edit/{{ post.id }}">Éditer</a>
|
||||
|
||||
Reference in New Issue
Block a user