aboutsummaryrefslogtreecommitdiffstats
path: root/templates/news/show.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/news/show.html')
-rw-r--r--templates/news/show.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/news/show.html b/templates/news/show.html
index 411cdfc..7e03b5d 100644
--- a/templates/news/show.html
+++ b/templates/news/show.html
@@ -13,7 +13,7 @@
<h1>{{news.title}}</h1>
<div class="news_content">
-{{news.content|safe}}
+{{news.content_cache|safe}}
</div>
<hr/>
@@ -23,7 +23,7 @@
Posté par <a href="">{{comment.name}}</a> le {{comment.date|format_date}}
</h3>
<div class="comment_content"/>
-{{comment.content|safe}}
+{{comment.content_cache|safe}}
</div>
{% endfor %}