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 | c0c501399260e315dd2d0b72cb6825481bf91311 (patch) | |
tree | acc2befd68fab9d757a1e02e035595eefd28de45 /archaeological_operations/templates/ishtar/sheet_operation.html | |
parent | d49dc63a205f3e8281ada8b9fabb3d7ceeec80ba (diff) | |
download | Ishtar-c0c501399260e315dd2d0b72cb6825481bf91311.tar.bz2 Ishtar-c0c501399260e315dd2d0b72cb6825481bf91311.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> |