diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-10 09:17:22 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-10 09:17:22 +0100 |
commit | fe4aaf6f90856a9d0f9bf5b278d4da3745fec5f1 (patch) | |
tree | 35bfbcd3a40bfc7e05f98bfb912b5ccbbdf7fec9 | |
parent | fdb0b4a78041d60780798e61d1d0e01d8bd7dadd (diff) | |
download | Ishtar-fe4aaf6f90856a9d0f9bf5b278d4da3745fec5f1.tar.bz2 Ishtar-fe4aaf6f90856a9d0f9bf5b278d4da3745fec5f1.zip |
Sheet find: change comment/description position
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 94685b63d..a6a0ccf69 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -33,12 +33,6 @@ {% endwith %} {% endif %} {% field_li "Administrative index" item.administrative_index %} -{% if item.description or item.comment %} -</ul> -{% field "Description" item.description "<pre>" "</pre>" %} -{% field "Comment" item.comment "<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 %} @@ -75,6 +69,9 @@ {% endif%} </ul> +{% field "Description" item.description "<pre>" "</pre>" %} +{% field "Comment" item.comment "<pre>" "</pre>" %} + {% if item.container %} <h3>{% trans "Warehouse"%}</h3> {% field_detail "Container" item.container %} |