summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/sheet_document.html
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 /ishtar_common/templates/ishtar/sheet_document.html
parentd55a5ec58047dc53118dce1d3aecbeb398cf57de (diff)
downloadIshtar-26ba00071ad1eb8b5bd3479290b6ffe02101298d.tar.bz2
Ishtar-26ba00071ad1eb8b5bd3479290b6ffe02101298d.zip
🐛 Sheet: harmonize creation/modification section (refs #4808)
Diffstat (limited to 'ishtar_common/templates/ishtar/sheet_document.html')
-rw-r--r--ishtar_common/templates/ishtar/sheet_document.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_document.html b/ishtar_common/templates/ishtar/sheet_document.html
index 2ffcc451b..f3c8be108 100644
--- a/ishtar_common/templates/ishtar/sheet_document.html
+++ b/ishtar_common/templates/ishtar/sheet_document.html
@@ -40,7 +40,6 @@
title="{% trans 'Reference' %}">{{ item.reference|default:"" }}</p>
<p class="window-refs"
title="{% trans 'Internal reference' %}">{{ item.internal_reference|default:"" }}</p>
- {% include "ishtar/blocks/sheet_external_id.html" %}
</div>
{% field_flex "Title" item.title %}
{% field_flex "Type" item.source_type_html "" "" 1 %}
@@ -144,5 +143,12 @@
</div>
{% endif %}
+{% if not is_external %}
+<h3>{% trans "Sheet"%}</h3>
+<div class="row">
+ {% include "ishtar/blocks/sheet_creation_section.html" %}
+</div>
+{% endif %}
+
{% endblock %}
{% endblock %}