diff options
author | QuentinAndre <quentin.andre@imt-atlantique.net> | 2021-07-26 14:43:05 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-11-16 17:04:41 +0100 |
commit | 568e79635b5447299553451848132ffac6ea2451 (patch) | |
tree | e642a555490b4ab93f475a66b0ca0e8c47d0f931 /archaeological_operations | |
parent | c217e7b18bc499f336d9679f4821078ee2ff1a61 (diff) | |
download | Ishtar-568e79635b5447299553451848132ffac6ea2451.tar.bz2 Ishtar-568e79635b5447299553451848132ffac6ea2451.zip |
url with get and display geo items
Diffstat (limited to 'archaeological_operations')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 88fa2356a..caf5f4234 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -289,6 +289,7 @@ {% field_flex "Complement" item.associated_file.address_complement %} {% field_flex "Postal code" item.associated_file.postal_code %} {% endif %} + {% include "ishtar/blocks/sheet_geo_items.html"%} </div> {% endwith %} </div> |