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_warehouse/templates | |
parent | 222dac8bce00300a26c8aa7bba99ae7160723946 (diff) | |
download | Ishtar-57aeaae47ac4ddb9d0a171fd19d6a837c1281bad.tar.bz2 Ishtar-57aeaae47ac4ddb9d0a171fd19d6a837c1281bad.zip |
Geodata: fix templates with geovectordata
Diffstat (limited to 'archaeological_warehouse/templates')
-rw-r--r-- | archaeological_warehouse/templates/ishtar/sheet_container.html | 2 | ||||
-rw-r--r-- | archaeological_warehouse/templates/ishtar/sheet_warehouse.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_warehouse/templates/ishtar/sheet_container.html b/archaeological_warehouse/templates/ishtar/sheet_container.html index 84bbd2f14..a6a1e279b 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_container.html +++ b/archaeological_warehouse/templates/ishtar/sheet_container.html @@ -152,7 +152,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" %} </div> diff --git a/archaeological_warehouse/templates/ishtar/sheet_warehouse.html b/archaeological_warehouse/templates/ishtar/sheet_warehouse.html index 0adf3c1b8..e03feb026 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_warehouse.html +++ b/archaeological_warehouse/templates/ishtar/sheet_warehouse.html @@ -102,7 +102,7 @@ <h3>{% trans "Localisation"%}</h3> <div class='row'> {% with geo_item=item %} - {% if PROFILE.locate_warehouses %}{% include "ishtar/blocks/sheet_simple_map.html"%}{% endif %} + {% if PROFILE.locate_warehouses %}{% include "ishtar/blocks/sheet_map.html"%}{% endif %} <div class="col-12 col-lg-6 flex-wrap"> {% if PROFILE.locate_warehouses %}{% include "ishtar/blocks/sheet_coordinates.html"%}{% endif %} {% with full=True %}{% include "ishtar/blocks/sheet_address_section.html" %}{% endwith %} |