diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-05 16:16:01 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-05 16:16:01 +0200 |
commit | 611b6231ba78e97dcc389ff51b38664f80b62135 (patch) | |
tree | 3c3704a4dba6569a81e033e9a13e5d07b650b1bd /archaeological_finds | |
parent | 1b9606816dae7dbe846bd7f402edc1f9033d6fbe (diff) | |
download | Ishtar-611b6231ba78e97dcc389ff51b38664f80b62135.tar.bz2 Ishtar-611b6231ba78e97dcc389ff51b38664f80b62135.zip |
Find: fix sheet layout
Diffstat (limited to 'archaeological_finds')
-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 %} |