diff options
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 2 |
1 files changed, 0 insertions, 2 deletions
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 %} </ul> {% field "Conservatory comment" item.conservatory_comment "<pre>" "</pre>" %} - {% endif %} {% endif %} {% if item.container %} |