From e0bcbeaa84c2adf3b8a179cdea792dd58fa109b2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 1 Sep 2022 12:08:11 +0200 Subject: Geo: select geo item to display on the sheet --- archaeological_warehouse/templates/ishtar/sheet_container.html | 3 --- archaeological_warehouse/templates/ishtar/sheet_warehouse.html | 7 +++---- 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'archaeological_warehouse') diff --git a/archaeological_warehouse/templates/ishtar/sheet_container.html b/archaeological_warehouse/templates/ishtar/sheet_container.html index a6a1e279b..3cc03cad1 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_container.html +++ b/archaeological_warehouse/templates/ishtar/sheet_container.html @@ -153,9 +153,6 @@
{% with geo_item=item %} {% include "ishtar/blocks/sheet_map.html" %} -
- {% include "ishtar/blocks/sheet_coordinates.html" %} -
{% endwith %}
{% endif %} diff --git a/archaeological_warehouse/templates/ishtar/sheet_warehouse.html b/archaeological_warehouse/templates/ishtar/sheet_warehouse.html index e03feb026..4f4cfd6ba 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_warehouse.html +++ b/archaeological_warehouse/templates/ishtar/sheet_warehouse.html @@ -103,12 +103,11 @@
{% with geo_item=item %} {% 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 %} -
{% endwith %}
+
+ {% with full=True %}{% include "ishtar/blocks/sheet_address_section.html" %}{% endwith %} +
{% endif %} -- cgit v1.2.3