diff options
author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2017-03-09 15:23:07 +0100 |
---|---|---|
committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2017-03-09 15:23:07 +0100 |
commit | 4ec2567d3dbceb4142431b5c4feaeba7e08d65a9 (patch) | |
tree | 6bd0cb96bc7e57d6ba9b4a822de775377e37b782 /ishtar_common/templates/ishtar/sheet_person.html | |
parent | 0f6ac2e49addb571b62d3a1027f5c8ef6c931fa7 (diff) | |
download | Ishtar-4ec2567d3dbceb4142431b5c4feaeba7e08d65a9.tar.bz2 Ishtar-4ec2567d3dbceb4142431b5c4feaeba7e08d65a9.zip |
Sheets: remove title from Created by field
Diffstat (limited to 'ishtar_common/templates/ishtar/sheet_person.html')
-rw-r--r-- | ishtar_common/templates/ishtar/sheet_person.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_person.html b/ishtar_common/templates/ishtar/sheet_person.html index bcf39c363..e2df2120a 100644 --- a/ishtar_common/templates/ishtar/sheet_person.html +++ b/ishtar_common/templates/ishtar/sheet_person.html @@ -10,7 +10,7 @@ {% field "Name" item.name %} {% field "Surname" item.surname %} {% field "Raw name" item.raw_name %} -{% field "Created by" item.history_creator.ishtaruser.full_label %} +{% field "Created by" item.history_creator.ishtaruser.person %} {% field "Email" item.email %} {% field "Type(s)" item.person_types_list %} |