[allocine] roles in get_person
This commit is contained in:
parent
efc49bc596
commit
63c769305d
3 changed files with 7 additions and 2 deletions
|
|
@ -146,7 +146,7 @@ class PersonInfoFormatter(IFormatter):
|
|||
for movie in lmovies:
|
||||
result += ' * %s\n' % movie
|
||||
if not empty(obj.short_biography):
|
||||
result += '\n%sBiography%s\n' % (self.BOLD, self.NC)
|
||||
result += '\n%sShort biography%s\n' % (self.BOLD, self.NC)
|
||||
result += '%s' % obj.short_biography
|
||||
return result
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue