diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-04-17 13:19:15 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-12 08:41:54 +0200 |
commit | 50fe7f87b15e323d588bc0a66b62d60ec6c92cf2 (patch) | |
tree | a980ec728dd6190c37d6defb65d2f7bee9507f36 /ishtar_common/templates/ishtar/sheet_person.html | |
parent | deaaa804e9fe2220462ce35a5481769b7092a909 (diff) | |
download | Ishtar-50fe7f87b15e323d588bc0a66b62d60ec6c92cf2.tar.bz2 Ishtar-50fe7f87b15e323d588bc0a66b62d60ec6c92cf2.zip |
Show item at the end of person, account, organization wizard. Profile column for account tables. Profiles on person sheet.
Diffstat (limited to 'ishtar_common/templates/ishtar/sheet_person.html')
-rw-r--r-- | ishtar_common/templates/ishtar/sheet_person.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_person.html b/ishtar_common/templates/ishtar/sheet_person.html index d6cee2e61..65c94d188 100644 --- a/ishtar_common/templates/ishtar/sheet_person.html +++ b/ishtar_common/templates/ishtar/sheet_person.html @@ -17,6 +17,7 @@ {% field_flex_detail "Created by" item.history_creator.ishtaruser.person %} {% field_flex "Email" item.email %} {% field_flex "Type(s)" item.person_types_list %} +{% field_flex "Profile(s)" item.profiles_list %} </div> {% if item.phone or item.phone2 or item.phone3 or item.mobile_phone %} |