diff options
Diffstat (limited to 'chimere_rss/templates/rss_descr.html')
| -rw-r--r-- | chimere_rss/templates/rss_descr.html | 8 |
1 files changed, 0 insertions, 8 deletions
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 %} -<div id='detail_content'> -{% if obj.picture %}<img src='{{obj.picture.url}}' alt="{{obj.name}}"/>{%endif%} -<div>{% for property in obj.getProperties %} -<p id='{{property.propertymodel.getNamedId}}'>{{ property.value|sanitize:"p b i br hr strong em span:style a:href:target ul li ol h1 h2 h3 h4"|safe }}</p> -{% endfor %}</div> -</div> |
