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 /ishtar_common/templates/ishtar/sheet_document.html | |
| parent | d55a5ec58047dc53118dce1d3aecbeb398cf57de (diff) | |
| download | Ishtar-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.html | 8 |
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 %} |
