diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-05-23 17:13:35 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-12 08:49:06 +0200 |
commit | c80d0b8b3571b1055951ee8e387ec6ee56d5c55b (patch) | |
tree | 427ba1a5c67ec7d578549f64dbd3496d72ec37ca /archaeological_operations | |
parent | 743b514bb132752ef87a21e759d35988ffd25229 (diff) | |
download | Ishtar-c80d0b8b3571b1055951ee8e387ec6ee56d5c55b.tar.bz2 Ishtar-c80d0b8b3571b1055951ee8e387ec6ee56d5c55b.zip |
Wizards - JSON fields: Manage field display in forms - management in wizards save and form init (refs #4089)
Diffstat (limited to 'archaeological_operations')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 7999dc21d..f3014eaf4 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -115,10 +115,10 @@ {% field_flex_full "Comment" item.comment "<pre>" "</pre>" %} {% field_flex_full "Abstract" item.abstract "<pre>" "</pre>" %} {% field_flex_full "Comment about scientific documentation" item.scientific_documentation_comment "<pre>" "</pre>" %} - - {% include "ishtar/blocks/sheet_json.html" %} </div> +{% include "ishtar/blocks/sheet_json.html" %} + {% if item.virtual_operation %} <div class="alert alert-warning" role="alert"> {% trans "This operation is virtual." %} |