summaryrefslogtreecommitdiff
path: root/chimere/rss/templates/rss_descr.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2010-12-13 12:47:14 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2010-12-13 12:47:14 +0100
commit6039e8b31fefc499499f82b5e5f31caea1f55be6 (patch)
treed093b130194f89b31e35f9abafc56f3fdd701d96 /chimere/rss/templates/rss_descr.html
parent2cb48fb94cbd43226b279f45d87840130ee44236 (diff)
downloadChimère-6039e8b31fefc499499f82b5e5f31caea1f55be6.tar.bz2
Chimère-6039e8b31fefc499499f82b5e5f31caea1f55be6.zip
Allow target attribute for link in descriptions (closes #289)
Diffstat (limited to 'chimere/rss/templates/rss_descr.html')
-rw-r--r--chimere/rss/templates/rss_descr.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/rss/templates/rss_descr.html b/chimere/rss/templates/rss_descr.html
index 97a9c50..4f75ac6 100644
--- a/chimere/rss/templates/rss_descr.html
+++ b/chimere/rss/templates/rss_descr.html
@@ -3,6 +3,6 @@
<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 ul li ol h1 h2 h3 h4"|safe }}</p>
+<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>