From af865c9ecc18fe31e56c7aff26ab05e8ef40421a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 27 Aug 2018 18:11:56 +0200 Subject: Adapt JSON field on sheets. --- archaeological_warehouse/templates/ishtar/sheet_container.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_warehouse/templates') diff --git a/archaeological_warehouse/templates/ishtar/sheet_container.html b/archaeological_warehouse/templates/ishtar/sheet_container.html index d29d74c00..ff5aeb04b 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_container.html +++ b/archaeological_warehouse/templates/ishtar/sheet_container.html @@ -32,9 +32,9 @@ {% include "ishtar/blocks/sheet_creation_section.html" %} {% field_flex "Location" item.precise_location %} {% field_flex_full "Comment" item.comment "
" "
" %} - {% include "ishtar/blocks/sheet_json.html" %} +{% include "ishtar/blocks/sheet_json.html" %} {% if item.finds.count %}

{% trans "Content" %}

-- cgit v1.2.3