diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-08-31 18:24:38 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-11-16 17:04:41 +0100 |
commit | 799a1f7ca0dea13bb53794c297ed768f51864f9e (patch) | |
tree | e9e2aeaa0289a581a86173768567338650884f3c /archaeological_operations | |
parent | 9dc64ad55eccd17dcef3b07b91e0bb071272240c (diff) | |
download | Ishtar-799a1f7ca0dea13bb53794c297ed768f51864f9e.tar.bz2 Ishtar-799a1f7ca0dea13bb53794c297ed768f51864f9e.zip |
Put geo map detail in experimental features
Diffstat (limited to 'archaeological_operations')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index f597c9598..bd75bbb99 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 %} </div> {% endwith %} </div> |