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 --- .../templates/ishtar/sheet_contextrecord.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'archaeological_context_records') diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 7eb5b4a29..acc131e88 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -168,13 +168,11 @@
{% with geo_item=item %} {% include "ishtar/blocks/sheet_map.html"%} -
- {% field_flex_multiple_full "Towns" item.operation.towns %} - {% include "ishtar/blocks/sheet_coordinates.html"%} - {% include "ishtar/blocks/sheet_geo_items.html"%} -
{% endwith %}
+
+ {% field_flex_multiple_full "Towns" item.operation.towns %} +
{% endif %}

{% trans "Sheet" %}

-- cgit v1.2.3