keep tinymce formatting
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
{% for post in posts %}
|
||||
<div class="post">
|
||||
<h2>{{ post.title }}</h2>
|
||||
<p>{{ post.content|nl2br }}</p>
|
||||
<p>{{ post.content|raw }}</p>
|
||||
</div>
|
||||
{% else %}
|
||||
<p>Aucun article publié.</p>
|
||||
|
||||
Reference in New Issue
Block a user