display the 'title' field in contact profile
This commit is contained in:
parent
44ad8b5f63
commit
5680a9cfb0
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ class FieldList(FieldBase):
|
|||
class Contact(_Contact):
|
||||
TABLE = OrderedDict((
|
||||
('_info', OrderedDict((
|
||||
('title', FieldStr('title')),
|
||||
('IPaddr', FieldIP('last_ip', 'first_ip')),
|
||||
('admin', FieldBool('admin')),
|
||||
('ban', FieldBool('isBan')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue