Move user templates into more subdirectories

This commit is contained in:
Mouse Reeve
2021-04-30 08:40:47 -07:00
parent d2355fef96
commit 862ef83536
11 changed files with 15 additions and 15 deletions

View File

@ -68,7 +68,7 @@ class Shelf(View):
"books": paginated.get_page(request.GET.get("page")),
}
return TemplateResponse(request, "user/shelf.html", data)
return TemplateResponse(request, "user/shelf/shelf.html", data)
@method_decorator(login_required, name="dispatch")
# pylint: disable=unused-argument