From fe4aaf6f90856a9d0f9bf5b278d4da3745fec5f1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 10 Feb 2017 09:17:22 +0100 Subject: Sheet find: change comment/description position --- archaeological_finds/templates/ishtar/sheet_find.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'archaeological_finds') 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 %} - -{% field "Description" item.description "
" "
" %} -{% field "Comment" item.comment "
" "
" %} - +{% field "Description" item.description "
" "
" %} +{% field "Comment" item.comment "
" "
" %} + {% if item.container %}

{% trans "Warehouse"%}

{% field_detail "Container" item.container %} -- cgit v1.2.3