participants listing
This commit is contained in:
parent
bed11b0aa4
commit
8b132b029e
|
@ -83,12 +83,13 @@ class Participant(ItfModel):
|
|||
def list_dict(self):
|
||||
return {
|
||||
'id': self.id,
|
||||
'title': self.title
|
||||
'title': self.name
|
||||
}
|
||||
|
||||
def info_dict(self):
|
||||
return {
|
||||
'id': self.id,
|
||||
'name': self.name,
|
||||
'title': self.title,
|
||||
'short_bio': self.short_bio,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user