From 5864c4d875c64ab583097220fd99eb087d1dc50d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 13 Feb 2019 17:01:07 +0100 Subject: Find: add field comment on the material (refs #4284) --- archaeological_finds/templates/ishtar/sheet_find.html | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_finds/templates') diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 03295a8e2..1b383e4e5 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -143,6 +143,7 @@ {% field_flex "Is complete?" item.is_complete %} {% field_flex_multiple_obj "Material types" item 'material_types' %} {% field_flex "Material type quality" item.material_type_quality %} + {% field_flex_full "Comment on the material" item.material_comment "
" "
" %} {% field_flex_multiple_obj "Object types" item 'object_types' %} {% field_flex "Object type quality" item.object_type_quality %} {% field_flex "Find number" item.find_number %} -- cgit v1.2.3