diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-30 17:32:49 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-30 17:32:49 +0100 |
commit | ec2ef1a59c01d79d0341545b92a07a60dee6321d (patch) | |
tree | 58798681d154dda13d36586f7f4b437f2647d959 /archaeological_operations/templates | |
parent | 1dc416ca432719e77d3165b2ca06552a34977ecc (diff) | |
download | Ishtar-ec2ef1a59c01d79d0341545b92a07a60dee6321d.tar.bz2 Ishtar-ec2ef1a59c01d79d0341545b92a07a60dee6321d.zip |
Add "created" field on main items in order to facilitate queries
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 4a71ebc08..8d0b717a3 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -266,13 +266,6 @@ {% field_flex_full "Comment about scientific documentation" item.scientific_documentation_comment "<pre>" "</pre>" %} </div> - {% if not is_external %} - <h3>{% trans "Sheet"%}</h3> - <div class="row"> - {% include "ishtar/blocks/sheet_creation_section.html" %} - </div> - {% endif %} - {% if item.virtual_operation %} <div class="alert alert-warning" role="alert"> {% trans "This operation is virtual." %} @@ -317,6 +310,13 @@ {% field_flex "Postal code" item.associated_file.postal_code %} {% endif %} </div> + {% if not is_external %} + <h3>{% trans "Sheet"%}</h3> + <div class="row"> + {% include "ishtar/blocks/sheet_creation_section.html" %} + </div> + {% endif %} + </div> {% if display_sites %} |