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