From 2996def27206751ac8d80b10a3860faaf5f84aa6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 10 Feb 2017 08:55:08 +0100 Subject: Sheet find: add comment --- 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 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 %} {% field "Description" item.description "
" "
" %} +{% field "Comment" item.comment "
" "
" %}