From 60f14b5615e6626b22c8a59958408f836fb27e7c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 27 Feb 2024 16:18:33 +0100 Subject: ✨ organization - museofile ID: search, forms, sheet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/templates/ishtar/sheet_organization.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ishtar_common/templates/ishtar/sheet_organization.html') diff --git a/ishtar_common/templates/ishtar/sheet_organization.html b/ishtar_common/templates/ishtar/sheet_organization.html index f2618bb58..b6d18469d 100644 --- a/ishtar_common/templates/ishtar/sheet_organization.html +++ b/ishtar_common/templates/ishtar/sheet_organization.html @@ -12,7 +12,7 @@ {% field_flex "Name" item.name %} {% field_flex "Type" item.organization_type %} {% field_flex_url "Web address" item.url %} - {% field_flex_detail "Created by" item.history_creator.ishtaruser.person %} + {% field_flex "Museofile ID" item.museum_museofile_id %} {% include "ishtar/blocks/sheet_address_section.html" %} {% field_flex "Phone" item.phone %} {% field_flex "Mobile phone" item.mobile_phone %} @@ -79,4 +79,11 @@ {% dynamic_table_document publications 'documents' 'publisher__pk' item.pk '' output %} {% endif %} +{% if not is_external %} +

{% trans "Sheet"%}

+
+ {% include "ishtar/blocks/sheet_creation_section.html" %} +
+{% endif %} + {% endblock %} -- cgit v1.2.3