From 7992cf0c1bfb237c6f89e84529f4766d6f8b6624 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 20 Jan 2023 11:55:30 +0100 Subject: Sheet find: fix material type history --- archaeological_finds/templates/ishtar/sheet_find.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index e6856dd53..b4954b7e6 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -174,7 +174,8 @@ {% field_flex_full "Public description" item.public_description "
" "
" %} {% field_flex "Is complete?" item.is_complete %} {% with material=item.get_hierarchical_material_types %}{% if material %} - {% field_flex "Material types" material %} + {% field_flex "Material types" material %}{% else %} + {% field_flex_multiple_obj "Material types" item 'material_types' %} {% endif %}{% endwith %} {% field_flex "Material type quality" item.material_type_quality %} {% field_flex_full "Comment on the material" item.material_comment "
" "
" %} -- cgit v1.2.3