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 4ae6dbffe..94685b63d 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -33,9 +33,10 @@ {% endwith %} {% endif %} {% field_li "Administrative index" item.administrative_index %} -{% if item.description %} +{% if item.description or item.comment %} </ul> {% field "Description" item.description "<pre>" "</pre>" %} +{% field "Comment" item.comment "<pre>" "</pre>" %} <ul class='form-flex'> {% endif %} {% field_li_multiple "Material types" item.material_types %} |