summaryrefslogtreecommitdiff
path: root/archaeological_context_records
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-08-31 18:24:38 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-09-01 12:36:46 +0200
commit3e62918a61fce7910ad70d7beb81b7247b93e575 (patch)
treeb3e3b54ee5fbf5e70854a20bc7c08842a2301617 /archaeological_context_records
parenteaa5572d612e76ea8f55a27ddb7143d3a7385ab3 (diff)
downloadIshtar-3e62918a61fce7910ad70d7beb81b7247b93e575.tar.bz2
Ishtar-3e62918a61fce7910ad70d7beb81b7247b93e575.zip
Put geo map detail in experimental features
Diffstat (limited to 'archaeological_context_records')
-rw-r--r--archaeological_context_records/templates/ishtar/sheet_contextrecord.html2
1 files changed, 2 insertions, 0 deletions
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 @@
<div class="col-12 col-lg-6 flex-wrap">
{% 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 %}
</div>
{% endwith %}
</div>