diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-07 12:51:50 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-07 12:51:50 +0200 |
commit | bc6ea7860b455a8f85a118f7a249c178c1322b04 (patch) | |
tree | 62fcc0411ef408e86c747b42b13a54049e8b189f /archaeological_finds/templates/ishtar/sheet_find.html | |
parent | 4b59390d44c62bacf230502e685ebe3fe3213675 (diff) | |
download | Ishtar-bc6ea7860b455a8f85a118f7a249c178c1322b04.tar.bz2 Ishtar-bc6ea7860b455a8f85a118f7a249c178c1322b04.zip |
Minor template fix
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_find.html')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 3c4b880e8..c867b46ee 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -13,7 +13,6 @@ <ul class='form-flex'> {% field_li "Free-ID" item.label %} {% field_li "Previous ID" item.previous_id %} -{% field_li "Description" item.description %} {% with item.history_creation_date|date:"SHORT_DATETIME_FORMAT" as creation_date %} {% with item.history_creator.ishtaruser.full_label|add:"<br/><i>"|add:creation_date|add:"</i>" as creator %} {% field_li "Created by" creator|safe %} @@ -27,6 +26,11 @@ {% endwith %} {% endif %} {% field_li "Administrative index" item.administrative_index %} +{% if item.description %} +</ul> +{% field "Description" item.description "<pre>" "</pre>" %} +<ul class='form-flex'> +{% endif %} {% field_li_multiple "Material types" item.material_types %} {% field_li "Dating" item.dating %} {% field_li "Length (cm)" item.length %} |