diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-10 08:55:08 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-10 08:55:08 +0100 |
commit | ff0132a0d2bd76a77d0e0d275fb2f8c7f5bba1fc (patch) | |
tree | 28f7e0dbd07afc22a4b7b9866ae840a6ce1ef41d | |
parent | 7f394d6dd2631f7d5f985b5ec976c79a30434ee8 (diff) | |
download | Ishtar-ff0132a0d2bd76a77d0e0d275fb2f8c7f5bba1fc.tar.bz2 Ishtar-ff0132a0d2bd76a77d0e0d275fb2f8c7f5bba1fc.zip |
Sheet find: add comment
-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 %} |