Fixes reference to landing page books
This commit is contained in:
parent
e3cbf30684
commit
760bd5a63f
2 changed files with 3 additions and 3 deletions
|
@ -170,9 +170,9 @@ class InviteRequest(View):
|
|||
data = {
|
||||
"request_form": form,
|
||||
"request_received": received,
|
||||
"books": helpers.get_discover_books(),
|
||||
"books": helpers.get_landing_books(),
|
||||
}
|
||||
return TemplateResponse(request, "discover/discover.html", data)
|
||||
return TemplateResponse(request, "landing/landing.html", data)
|
||||
|
||||
|
||||
@require_POST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue