From 26ba00071ad1eb8b5bd3479290b6ffe02101298d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 7 Jun 2024 16:53:06 +0200 Subject: 🐛 Sheet: harmonize creation/modification section (refs #4808) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_files/templates/ishtar/sheet_file.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'archaeological_files') diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index b2a1a71fc..e0f6c9d2d 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -63,7 +63,6 @@ {% field_flex _("Creation date") item.creation_date|date:"DATE_FORMAT" %} {% field_flex "Reception date" item.reception_date|date:"DATE_FORMAT" %} {% field_flex _("Instruction deadline") item.instruction_deadline|date:"DATE_FORMAT" %} - {% include "ishtar/blocks/sheet_creation_section.html" %} {% field_flex_detail _("File managed by") item.in_charge %}
{%trans "State of the file"%}
@@ -237,6 +236,13 @@ {% endif %} {% endif %} + {% if not is_external %} +

{% trans "Sheet"%}

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