From b64b199715c3f424762d54f848749ead11434096 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 18 Oct 2017 12:58:54 +0200 Subject: Json fields: adapt main sheets to display dynamic json fields (refs #3077) --- .../templates/ishtar/sheet_contextrecord.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_context_records/templates') diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 170c2d87c..e1ea9019b 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -29,6 +29,8 @@ {% field "Comment on datings" item.datings_comment "
" "
" %} +{% include "ishtar/blocks/sheet_json.html" %} + {% if item.diameter or item.depth_of_appearance or item.documentations.count or item.description or item.lenght or item.width or item.depth or item.thickness or item.comment %}

{% trans "Description"%}

{% field "Description" item.description "
" "
" %} -- cgit v1.2.3