From fb18b5f233a3f890ea7efb4a4fa0b2ebb452aba4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 27 Nov 2015 02:37:56 +0100 Subject: Archaeological finds - preservation to consider, integrity, batch: search and window --- archaeological_finds/templates/ishtar/sheet_find.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'archaeological_finds/templates') diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 96f190120..126cbefba 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -47,8 +47,9 @@ {% field "Find number" item.find_number %} {% field "Conservatory state" item.conservatory_state %} -{% field "Type of preservation to consider" item.preservation_to_consider %} +{% field_multiple "Type of preservation to consider" item.preservation_to_considers %} {% field_multiple "Object types" item.object_types %} +{% field_multiple "Integrity" item.integrities %} {% field "Checked" item.checked|from_dict:item.CHECK_DICT %} {% if item.upstream_treatment %}

@@ -65,6 +66,7 @@ {{base_find.complete_id}}

{% field "Short ID" base_find.short_id %} +{% field "Batch/object" base_find|from_dict:base_find.IS_ISOLATED_DICT %} {% if base_find.discovery_date %}

-- cgit v1.2.3