From c768ca5bdc236838f6724e50aa26c1ef48a29ee4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 15 Jan 2019 13:10:43 +0100 Subject: Context record: settings for M2M history --- .../templates/ishtar/sheet_contextrecord.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_context_records/templates') diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index af5da11dd..d53dbcc6b 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -33,9 +33,9 @@ {% endif %} {% field_flex "Excavation technic" item.excavation_technic '' '' has_image %} - {% field_flex_multiple "Chronology" item.datings has_image %} + {% field_flex_multiple_obj "Chronology" item 'datings' has_image %} {% field_flex "Town" item.town.label_with_areas '' '' has_image %} - {% field_flex_multiple "Documentation" item.documentations 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 %} {% field_flex_full "Comment on datings" item.datings_comment "
" "
" has_image %} -- cgit v1.2.3