diff options
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_operation.html')
-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." %} |