From 38314baeedd4410970c308401c37fdb6c6b7e7b0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 29 May 2018 17:54:24 +0200 Subject: Better display of json fields on sheet --- archaeological_finds/templates/ishtar/sheet_find.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_finds') diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 092d0fc1e..f22c17137 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -195,14 +195,14 @@ {% endif %} -{% include "ishtar/blocks/sheet_json.html" %} - {% if item.dating or item.dating_comment %}

{% trans "Dating" %}

{% field_flex "Dating" item.dating %} {% field_flex_full "Comment on dating" item.dating_comment "
" "
" %} {% endif %} +{% include "ishtar/blocks/sheet_json.html" %} + {% if item.container %}

{% trans "Warehouse"%}

-- cgit v1.2.3