From 25e280824b2217b95ec755fa409a165992f546a9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 18 Oct 2017 12:52:28 +0200 Subject: Json fields: manage dynamic json fields display in the sheets (refs #3077) --- archaeological_operations/templates/ishtar/sheet_operation.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_operations') diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 5a02236a3..e46db74c7 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -71,6 +71,8 @@ {% field "Abstract" item.abstract "
" "
" %} {% field "Comment about scientific documentation" item.scientific_documentation_comment "
" "
" %} +{% include "ishtar/blocks/sheet_json.html" %} + {% if not next %} {% if item.towns.count %}

{% trans "Localisation"%}

-- cgit v1.2.3