diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-03-16 11:36:15 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:21:00 +0100 |
commit | 57aeaae47ac4ddb9d0a171fd19d6a837c1281bad (patch) | |
tree | c04bf0b7c237eed0920799a2330e11dd05661737 /archaeological_operations/templates | |
parent | 222dac8bce00300a26c8aa7bba99ae7160723946 (diff) | |
download | Ishtar-57aeaae47ac4ddb9d0a171fd19d6a837c1281bad.tar.bz2 Ishtar-57aeaae47ac4ddb9d0a171fd19d6a837c1281bad.zip |
Geodata: fix templates with geovectordata
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 2 | ||||
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_site.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index d24bb20fe..76aadb444 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -287,7 +287,7 @@ <div class="row"> {% with geo_item=item %} - {% include "ishtar/blocks/sheet_simple_map.html"%} + {% include "ishtar/blocks/sheet_map.html"%} <div class="col-12 col-lg-6 flex-wrap"> {% include "ishtar/blocks/sheet_coordinates.html"%} {% if next %} diff --git a/archaeological_operations/templates/ishtar/sheet_site.html b/archaeological_operations/templates/ishtar/sheet_site.html index 4904b5562..a1125d202 100644 --- a/archaeological_operations/templates/ishtar/sheet_site.html +++ b/archaeological_operations/templates/ishtar/sheet_site.html @@ -63,7 +63,7 @@ <h3>{% trans "Localisation"%}</h3> <div class="row"> {% with geo_item=item %} - {% include "ishtar/blocks/sheet_simple_map.html"%} + {% include "ishtar/blocks/sheet_map.html"%} <div class="col-12 col-lg-6 flex-wrap"> {% include "ishtar/blocks/sheet_coordinates.html"%} |