diff options
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 3 | 
1 files changed, 2 insertions, 1 deletions
| 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 "<pre>" "</pre>" %}            {% 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 "<pre>" "</pre>" %} | 
