From 57aeaae47ac4ddb9d0a171fd19d6a837c1281bad Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 16 Mar 2022 11:36:15 +0100 Subject: Geodata: fix templates with geovectordata --- archaeological_warehouse/templates/ishtar/sheet_container.html | 2 +- archaeological_warehouse/templates/ishtar/sheet_warehouse.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_warehouse/templates') 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 @@

{% trans "Localisation"%}

{% with geo_item=item %} - {% include "ishtar/blocks/sheet_simple_map.html" %} + {% include "ishtar/blocks/sheet_map.html" %}
{% include "ishtar/blocks/sheet_coordinates.html" %}
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 @@

{% trans "Localisation"%}

{% 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 %}
{% if PROFILE.locate_warehouses %}{% include "ishtar/blocks/sheet_coordinates.html"%}{% endif %} {% with full=True %}{% include "ishtar/blocks/sheet_address_section.html" %}{% endwith %} -- cgit v1.2.3