From 04cb13e7de5b57aad34978d6061e2029e7dab023 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 25 Oct 2015 16:05:30 +0100 Subject: Finds: fix presentation of comments --- archaeological_finds/templates/ishtar/sheet_find.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index df29cb037..13c009c0b 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -70,10 +70,7 @@

{{base_find.description}}

{% endif%} -{% if base_find.comment %} -

-{{base_find.comment}}

-{% endif%} +{% field "Comment" base_find.comment "
" "
" %} {% if base_find.special_interest %}

{{base_find.special_interest}}

-- cgit v1.2.3