From ec2ef1a59c01d79d0341545b92a07a60dee6321d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 30 Jan 2023 17:32:49 +0100 Subject: Add "created" field on main items in order to facilitate queries --- .../templates/ishtar/sheet_operation.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'archaeological_operations/templates') 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 "
" "
" %} - {% if not is_external %} -

{% trans "Sheet"%}

-
- {% include "ishtar/blocks/sheet_creation_section.html" %} -
- {% endif %} - {% if item.virtual_operation %} + {% if not is_external %} +

{% trans "Sheet"%}

+
+ {% include "ishtar/blocks/sheet_creation_section.html" %} +
+ {% endif %} + {% if display_sites %} -- cgit v1.2.3