From c9fc009b915fe5b5080faa1ca0874210fad5837e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 31 Jul 2017 11:51:53 +0200 Subject: Context record form/sheet: add opening/closing dates --- .../templates/ishtar/sheet_contextrecord.html | 2 ++ 1 file changed, 2 insertions(+) (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 b10f46325..0a5ea30fc 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -24,6 +24,8 @@ {% field_li_multiple "Chronology" item.datings %} {% field_li "Town" item.parcel.town %} {% field_li_multiple "Documentation" item.documentations %} + {% field_li "Opening date" item.opening_date %} + {% field_li "Closing date" item.closing_date %} {% field "Comment on datings" item.datings_comment "
" "
" %} -- cgit v1.2.3