diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-27 11:07:48 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-27 11:07:48 +0200 |
commit | 55533e91d4c004a2e11b42019156f3f1edf8c3e0 (patch) | |
tree | 884602ce8bd88fc2818519d48a2fe0ab3d382f7c /ishtar_common | |
parent | cfcba45d0afaba5854d23bdaf067e9cf47cdf99d (diff) | |
download | Ishtar-55533e91d4c004a2e11b42019156f3f1edf8c3e0.tar.bz2 Ishtar-55533e91d4c004a2e11b42019156f3f1edf8c3e0.zip |
Sheet organization: type (refs #4688)
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/templates/ishtar/sheet_organization.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 %} <div class="row"> {% 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 %} |