Updates references to templates
This commit is contained in:
parent
9a4b71d585
commit
d9945ac5e3
2 changed files with 6 additions and 6 deletions
|
@ -90,7 +90,7 @@ class Shelf(View):
|
|||
),
|
||||
}
|
||||
|
||||
return TemplateResponse(request, "user/shelf/shelf.html", data)
|
||||
return TemplateResponse(request, "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