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_person.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_person.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/sheet_person.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_person.html b/ishtar_common/templates/ishtar/sheet_person.html index 53cd7d84f..54e12496d 100644 --- a/ishtar_common/templates/ishtar/sheet_person.html +++ b/ishtar_common/templates/ishtar/sheet_person.html @@ -14,7 +14,6 @@ {% field_flex "Name" item.name %} {% field_flex "Surname" item.surname %} {% field_flex "Raw name" item.raw_name %} - {% field_flex_detail "Created by" item.history_creator.ishtaruser.person %} {% field_flex "Email" item.email %} {% field_flex "Type(s)" item.person_types_list %} {% field_flex_detail_multiple "Biographical notes" item.biographical_notes %} @@ -163,5 +162,12 @@ {% dynamic_table_document docs 'documents' 'authors__person__pk' item.pk '' output %} {% endif %} +{% if not is_external %} +<h3>{% trans "Sheet"%}</h3> +<div class="row"> + {% include "ishtar/blocks/sheet_creation_section.html" %} +</div> +{% endif %} + {% endblock %} |
