diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-18 12:52:28 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-18 12:52:28 +0200 |
commit | 25e280824b2217b95ec755fa409a165992f546a9 (patch) | |
tree | acc2befd68fab9d757a1e02e035595eefd28de45 /archaeological_operations/templates/ishtar/sheet_operation.html | |
parent | df3570e2416675a61b161b766113f9603e239820 (diff) | |
download | Ishtar-25e280824b2217b95ec755fa409a165992f546a9.tar.bz2 Ishtar-25e280824b2217b95ec755fa409a165992f546a9.zip |
Json fields: manage dynamic json fields display in the sheets (refs #3077)
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_operation.html')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 "<pre>" "</pre>" %} {% field "Comment about scientific documentation" item.scientific_documentation_comment "<pre>" "</pre>" %} +{% include "ishtar/blocks/sheet_json.html" %} + {% if not next %} {% if item.towns.count %} <h3>{% trans "Localisation"%}</h3> |