From 55533e91d4c004a2e11b42019156f3f1edf8c3e0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 27 Aug 2019 11:07:48 +0200 Subject: Sheet organization: type (refs #4688) --- ishtar_common/templates/ishtar/sheet_organization.html | 1 + 1 file changed, 1 insertion(+) diff --git a/ishtar_common/templates/ishtar/sheet_organization.html b/ishtar_common/templates/ishtar/sheet_organization.html index 798ae7a9b..e7bd79012 100644 --- a/ishtar_common/templates/ishtar/sheet_organization.html +++ b/ishtar_common/templates/ishtar/sheet_organization.html @@ -10,6 +10,7 @@ {% block content %}
{% field_flex "Name" item.name %} + {% field_flex "Type" item.organization_type %} {% field_flex_detail "Created by" item.history_creator.ishtaruser.person %} {% include "ishtar/blocks/sheet_address_section.html" %} {% field_flex "Phone" item.phone %} -- cgit v1.2.3