From 6035d44221c3c7385757758cf97bf786c0ca7a2b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 5 Oct 2017 16:16:01 +0200 Subject: Find: fix sheet layout --- archaeological_finds/templates/ishtar/sheet_find.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'archaeological_finds') diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 506dd0bb7..0657b2741 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -68,10 +68,8 @@ {% field_li "Treatment emergency" item.treatment_emergency %} {% field_li "Insurance value" item.insurance_value|default_if_none:''|intcomma '' ' '|add:CURRENCY %} {% field_li "Appraisal date" item.appraisal_date %} - {% if item.conservatory_comment %} {% field "Conservatory comment" item.conservatory_comment "
" "
" %} - {% endif %} {% endif %} {% if item.container %} -- cgit v1.2.3