From 9c9796a5bd5ced3ebbe4e2b143906d0bce9f0024 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 16 May 2012 12:56:44 +0200 Subject: Fix RSS feeds for django 1.4 - reintegrate them in the main application --- chimere_rss/templates/rss_descr.html | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 chimere_rss/templates/rss_descr.html (limited to 'chimere_rss/templates/rss_descr.html') diff --git a/chimere_rss/templates/rss_descr.html b/chimere_rss/templates/rss_descr.html deleted file mode 100644 index 4f75ac6..0000000 --- a/chimere_rss/templates/rss_descr.html +++ /dev/null @@ -1,8 +0,0 @@ -{% load i18n %} -{% load sanitize %} -
-{% if obj.picture %}{{obj.name}}{%endif%} -
{% for property in obj.getProperties %} -

{{ property.value|sanitize:"p b i br hr strong em span:style a:href:target ul li ol h1 h2 h3 h4"|safe }}

-{% endfor %}
-
-- cgit v1.2.3