summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-02-10 09:19:49 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-02-10 09:19:49 +0100
commite2a45e2db75ec6960d458ea08004becaf429d2f6 (patch)
tree95006ad418cad81f987412247a512a03a561db90 /archaeological_finds
parent96952d232e9db999233d2632184b4770f8000034 (diff)
parent6605c6b65e6a0f1b1b0b67b1591f5919a5a5fb6e (diff)
downloadIshtar-e2a45e2db75ec6960d458ea08004becaf429d2f6.tar.bz2
Ishtar-e2a45e2db75ec6960d458ea08004becaf429d2f6.zip
Merge branch 'master' into v0.9
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html9
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 %}