From a8df13b353369c83896320212c0f90a8e805d2ca Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 14 Feb 2019 06:08:16 +0100 Subject: Sheets (operations, site, context records and finds): display small map --- .../templates/ishtar/sheet_contextrecord.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 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 d53dbcc6b..0e3138583 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -150,10 +150,15 @@

{% trans "Localisation"%}

-
- {% field_flex_multiple "Towns" item.operation.towns %} - {% field_flex_detail "Operation" item.operation %} + {% with geo_item=item %} + {% include "ishtar/blocks/sheet_simple_map.html"%} +
+ {% field_flex_multiple_full "Towns" item.operation.towns %} + {% field_flex_detail_full "Operation" item.operation %} + {% include "ishtar/blocks/sheet_coordinates.html"%} +
+ {% endwith %}
{% else %} -- cgit v1.2.3