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 | 51a961ed547abbf5ff1e71c15e0e5b3f8b57bc91 (patch) | |
tree | b8b8840287a7b25855445f3c69e033132b222271 /archaeological_operations/templates | |
parent | dbd550b709066fa63a51443c9f1f7c76b6937b10 (diff) | |
download | Ishtar-51a961ed547abbf5ff1e71c15e0e5b3f8b57bc91.tar.bz2 Ishtar-51a961ed547abbf5ff1e71c15e0e5b3f8b57bc91.zip |
Put geo map detail in experimental features
Diffstat (limited to 'archaeological_operations/templates')
-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 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 %} </div> {% endwith %} </div> |