From b37b75b4168f88e001b64b9a3a0bfb094f5baa5e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 26 May 2016 00:07:50 +0200 Subject: Property models are now filtered by area in getDetail --- templates/chimere/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/chimere/detail.html b/templates/chimere/detail.html index c2616dd..76dff77 100644 --- a/templates/chimere/detail.html +++ b/templates/chimere/detail.html @@ -21,7 +21,7 @@ {% if marker.description %}

{{ 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 %} + {% for property in properties %}

{{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 %} -- cgit v1.2.3