diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-08-31 18:24:38 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 09:58:48 +0200 |
commit | 3ecdaf5f831e36aa4218b7479f3b643788e2bd14 (patch) | |
tree | b8b8840287a7b25855445f3c69e033132b222271 /archaeological_context_records/templates/ishtar | |
parent | 92db3579be8da9a1a4a6b2f78c5b1e0508d2a173 (diff) | |
download | Ishtar-3ecdaf5f831e36aa4218b7479f3b643788e2bd14.tar.bz2 Ishtar-3ecdaf5f831e36aa4218b7479f3b643788e2bd14.zip |
Put geo map detail in experimental features
Diffstat (limited to 'archaeological_context_records/templates/ishtar')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 2 |
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> |