Adds default shelf names translations
This commit is contained in:
parent
27914d07b9
commit
2c37893790
3 changed files with 6 additions and 2 deletions
|
@ -166,6 +166,7 @@ def get_suggested_books(user, max_books=5):
|
|||
continue
|
||||
shelf_preview = {
|
||||
'name': shelf.name,
|
||||
'identifier': shelf.identifier,
|
||||
'books': [s.book for s in shelf_books]
|
||||
}
|
||||
suggested_books.append(shelf_preview)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue