From 101f820153cdb047d13166672d3f46cfef31677d Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Thu, 8 Nov 2012 01:34:02 +0100 Subject: Keep both rst and html rendered content in the database. News edit feature --- templates/news/show.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/news/show.html') 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 @@

{{news.title}}

-{{news.content|safe}} +{{news.content_cache|safe}}

@@ -23,7 +23,7 @@ Posté par {{comment.name}} le {{comment.date|format_date}}
-{{comment.content|safe}} +{{comment.content_cache|safe}}
{% endfor %} -- cgit v1.3