From 3ecdaf5f831e36aa4218b7479f3b643788e2bd14 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 31 Aug 2021 18:24:38 +0200 Subject: Put geo map detail in experimental features --- archaeological_operations/templates/ishtar/sheet_operation.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_operations/templates') diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index e79d7a026..babcc9ce0 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -290,7 +290,9 @@ {% field_flex "Complement" item.associated_file.address_complement %} {% field_flex "Postal code" item.associated_file.postal_code %} {% endif %} + {% if PROFILE.experimental_feature %} {% include "ishtar/blocks/sheet_geo_items.html"%} + {% endif %} {% endwith %} -- cgit v1.2.3