Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
6a389a7b
Commit
6a389a7b
authored
Jan 03, 2013
by
Kostas Papadimitriou
Browse files
Proper member name display
parent
46087a08
Changes
1
Show whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/tables.py
View file @
6a389a7b
...
...
@@ -59,7 +59,7 @@ class ProjectApplicationMembersTable(tables.Table):
def
render_name
(
self
,
value
,
record
,
*
args
,
**
kwargs
):
return
record
.
person
.
last_
name
return
record
.
person
.
real
name
def
render_status
(
self
,
value
,
*
args
,
**
kwargs
):
return
MEMBER_STATUS_DISPLAY
.
get
(
value
,
'Unknown'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment