diff options
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 |
commit | 26ba00071ad1eb8b5bd3479290b6ffe02101298d (patch) | |
tree | 930ccda4ea1557bef80520ce8af07455ecf4f422 /archaeological_finds | |
parent | d55a5ec58047dc53118dce1d3aecbeb398cf57de (diff) | |
download | Ishtar-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.html | 7 | ||||
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_treatmentfile.html | 7 |
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 %} |