Renames "discover"
This commit is contained in:
parent
1dea2b307b
commit
040758c833
10 changed files with 44 additions and 21 deletions
|
@ -162,8 +162,8 @@ def is_blocked(viewer, user):
|
|||
return False
|
||||
|
||||
|
||||
def get_discover_books():
|
||||
"""list of books for the discover page"""
|
||||
def get_landing_books():
|
||||
"""list of books for the landing page"""
|
||||
return list(
|
||||
set(
|
||||
models.Edition.objects.filter(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue