From 4be3aaabe5a48f00cf2a2dcc2b2c0411363211ea Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 13 May 2016 19:38:13 +0200 Subject: Fix polygon edition on template --- templates/chimere/detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/chimere/detail.html b/templates/chimere/detail.html index 91505a1..eb2b1ed 100644 --- a/templates/chimere/detail.html +++ b/templates/chimere/detail.html @@ -22,7 +22,7 @@

{{ marker.description|sanitize:"p b i br hr strong em img:src:alt span:style a:href:target ul li ol h1 h2 h3 h4 table td tr th"|safe}}

{% endif %} {% for property in marker.getProperties %} -

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

+

{{property.propertymodel}}{% trans ":" %} {{ property.value|sanitize:"p b i br hr strong em img:src:alt span:style a:href:target ul li ol h1 h2 h3 h4 table td tr th"|safe}}

{% endfor %} {% if marker.origin %}

{% trans "Source:" %} {{marker.origin}}

{% endif %} {% if marker.license %}

{% trans "License:" %} {{marker.license}}

{% endif %} @@ -31,7 +31,7 @@

{% endif %} {% share_bar marker.name %} -

+

{% trans "Submit an amendment" %} {% if moderator_emails %} -- cgit v1.2.3