From 4dbc694df0b457dbb124d27c1570c15203ea11ce Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 9 May 2023 16:48:43 +0200 Subject: Main sheets add link to town sheet --- .../templates/ishtar/sheet_contextrecord.html | 3 +-- 1 file changed, 1 insertion(+), 2 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 79f58b94d..7fc1a03e7 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -139,7 +139,6 @@
{% field_flex_multiple_obj "Excavation techniques" item 'excavation_technics' has_image %} {% field_flex_multiple_obj "Periods" item 'datings' has_image %} - {% field_flex "Town" item.town.label_with_areas '' '' has_image %} {% field_flex_multiple_obj "Documentation" item 'documentations' has_image %} {% field_flex "Opening date" item.opening_date '' '' has_image %} {% field_flex "Closing date" item.closing_date '' '' has_image %} @@ -170,7 +169,7 @@ {% endwith %}
- {% field_flex_multiple_full "Towns" item.operation.towns %} + {% field_flex_detail "Town" item.town has_image %}
{% endif %} -- cgit v1.2.3