Merge branch 'main' into book-file-links
This commit is contained in:
commit
e6d9895854
48 changed files with 384 additions and 198 deletions
|
@ -16,7 +16,6 @@ from django.views.decorators.http import require_POST
|
|||
|
||||
from bookwyrm import emailing, forms, models
|
||||
from bookwyrm.settings import PAGE_LENGTH
|
||||
from bookwyrm.views import helpers
|
||||
|
||||
|
||||
# pylint: disable= no-self-use
|
||||
|
@ -174,7 +173,6 @@ class InviteRequest(View):
|
|||
data = {
|
||||
"request_form": form,
|
||||
"request_received": received,
|
||||
"books": helpers.get_landing_books(),
|
||||
}
|
||||
return TemplateResponse(request, "landing/landing.html", data)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue