Move user templates into more subdirectories
This commit is contained in:
parent
d2355fef96
commit
862ef83536
11 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue