diff options
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r-- | ishtar_common/templates/ishtar/sheet_organization.html | 9 |
1 files changed, 8 insertions, 1 deletions
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 %} +<h3>{% trans "Sheet"%}</h3> +<div class="row"> + {% include "ishtar/blocks/sheet_creation_section.html" %} +</div> +{% endif %} + {% endblock %} |