parent
cc8c4b2527
commit
b70e728ffb
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ class Book(BookDataModel):
|
|||
@property
|
||||
def alt_text(self):
|
||||
''' image alt test '''
|
||||
text = '%s cover' % self.title
|
||||
text = '%s' % self.title
|
||||
if self.edition_info:
|
||||
text += ' (%s)' % self.edition_info
|
||||
return text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue