diff options
author | Quentin André <quentin.andre@imt-atlantique.net> | 2021-07-26 14:43:05 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 09:58:48 +0200 |
commit | 4047091001b3afad2520ce305ea69a924cd621d5 (patch) | |
tree | 941848bc1ef3914c21e5606bc62b422b10b85c5b /archaeological_operations/templates | |
parent | 69662fc9a759b8c005a7c4bbfa755945ee3dfda1 (diff) | |
download | Ishtar-4047091001b3afad2520ce305ea69a924cd621d5.tar.bz2 Ishtar-4047091001b3afad2520ce305ea69a924cd621d5.zip |
url with get and display geo items
Diffstat (limited to 'archaeological_operations/templates')
-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 a7d0b7ecc..eb6f34e04 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> |