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 | bbc390acb9137292085abe67b296220ebf9fdfbf (patch) | |
| tree | 884602ce8bd88fc2818519d48a2fe0ab3d382f7c | |
| parent | a3388717010111940156bb007a7f4574979cbd81 (diff) | |
| download | Ishtar-bbc390acb9137292085abe67b296220ebf9fdfbf.tar.bz2 Ishtar-bbc390acb9137292085abe67b296220ebf9fdfbf.zip | |
Sheet organization: type (refs #4688)
| -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 %} | 
