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_finds/templates/ishtar/sheet_treatment.html | 7 +++++++ archaeological_finds/templates/ishtar/sheet_treatmentfile.html | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'archaeological_finds') diff --git a/archaeological_finds/templates/ishtar/sheet_treatment.html b/archaeological_finds/templates/ishtar/sheet_treatment.html index 772cfd903..ea37897b6 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatment.html +++ b/archaeological_finds/templates/ishtar/sheet_treatment.html @@ -97,6 +97,13 @@ {% include "ishtar/blocks/sheet_json.html" %} + + {% if not is_external %} +

{% trans "Sheet"%}

+
+ {% include "ishtar/blocks/sheet_creation_section.html" %} +
+ {% endif %} {% if has_image %}{% endif %} diff --git a/archaeological_finds/templates/ishtar/sheet_treatmentfile.html b/archaeological_finds/templates/ishtar/sheet_treatmentfile.html index 676d3b4a6..eacbc894b 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatmentfile.html +++ b/archaeological_finds/templates/ishtar/sheet_treatmentfile.html @@ -88,5 +88,12 @@ {% table_administrativact admact_lbl item.administrative_act.all %} {% endif %} +{% if not is_external %} +

{% trans "Sheet"%}

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