From 3057285ffd5cffedccbb1dbd1361c857137d6bca 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 --- .../templates/ishtar/sheet_contextrecord.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_context_records') diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 05a6962b3..c98bcef98 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -156,7 +156,9 @@
{% field_flex_multiple_full "Towns" item.operation.towns %} {% include "ishtar/blocks/sheet_coordinates.html"%} + {% if PROFILE.experimental_feature %} {% include "ishtar/blocks/sheet_geo_items.html"%} + {% endif %}
{% endwith %} -- cgit v1.2.3