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