1
0
Fork 0

Merge branch 'main' into book-file-links

This commit is contained in:
Mouse Reeve 2022-01-12 06:39:22 -08:00 committed by GitHub
commit e6d9895854
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
48 changed files with 384 additions and 198 deletions

View file

@ -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)