forked from openlp/openlp
change display of list view
This commit is contained in:
parent
cc0af8845e
commit
6eccf3eadf
@ -48,7 +48,7 @@ class Author(BaseModel):
|
|||||||
"""
|
"""
|
||||||
def get_display_name(self, author_type=None):
|
def get_display_name(self, author_type=None):
|
||||||
if author_type:
|
if author_type:
|
||||||
return "%s: %s" % (AuthorType.Types[author_type], self.display_name)
|
return "%s (%s)" % (self.display_name, AuthorType.Types[author_type])
|
||||||
return self.display_name
|
return self.display_name
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user