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 | 2996def27206751ac8d80b10a3860faaf5f84aa6 (patch) | |
tree | 28f7e0dbd07afc22a4b7b9866ae840a6ce1ef41d | |
parent | c3bece2b96324be8502536d577e7d243b4dafa80 (diff) | |
download | Ishtar-2996def27206751ac8d80b10a3860faaf5f84aa6.tar.bz2 Ishtar-2996def27206751ac8d80b10a3860faaf5f84aa6.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 %} |