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/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/news/list.html') diff --git a/templates/news/list.html b/templates/news/list.html index ddbe1ab..a5a367a 100644 --- a/templates/news/list.html +++ b/templates/news/list.html @@ -11,7 +11,7 @@
- {{ news.content|safe }} + {{ news.content_cache|safe }}
{% endfor %} -- cgit v1.3