diff options
Diffstat (limited to 'chimere/templates/welcome.html')
-rw-r--r-- | chimere/templates/welcome.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/templates/welcome.html b/chimere/templates/welcome.html index 36a0b71..cbc9c4c 100644 --- a/chimere/templates/welcome.html +++ b/chimere/templates/welcome.html @@ -13,7 +13,7 @@ {% else %} <h3>{{news.name}} – {{ news.start_date }}{% if news.end_date %} - {{ news.end_date }}{% endif %}</h3> {% for property in news.getProperties %} - <p id='{{news.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='{{news.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 %} <p class='marker_link'><a href='{{ news.get_absolute_url }}'>{% trans "See it on the map"%}</a></p> {% endif %} |