summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-06-07 16:53:06 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-06-07 16:53:06 +0200
commit26ba00071ad1eb8b5bd3479290b6ffe02101298d (patch)
tree930ccda4ea1557bef80520ce8af07455ecf4f422 /archaeological_finds
parentd55a5ec58047dc53118dce1d3aecbeb398cf57de (diff)
downloadIshtar-26ba00071ad1eb8b5bd3479290b6ffe02101298d.tar.bz2
Ishtar-26ba00071ad1eb8b5bd3479290b6ffe02101298d.zip
🐛 Sheet: harmonize creation/modification section (refs #4808)
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_treatment.html7
-rw-r--r--archaeological_finds/templates/ishtar/sheet_treatmentfile.html7
2 files changed, 14 insertions, 0 deletions
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" %}
</div>
+
+ {% if not is_external %}
+ <h3>{% trans "Sheet"%}</h3>
+ <div class="row">
+ {% include "ishtar/blocks/sheet_creation_section.html" %}
+ </div>
+ {% endif %}
{% if has_image %}</div>{% endif %}
</div>
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 %}
+<h3>{% trans "Sheet"%}</h3>
+<div class="row">
+ {% include "ishtar/blocks/sheet_creation_section.html" %}
+</div>
+{% endif %}
+
{% endwith %}{% endwith %}{% endwith %}
{% endblock %}