mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 17:41:08 +00:00
Merge pull request #3126 from hughrun/savedlist-pagination
fix saved list pagination
This commit is contained in:
commit
4da96d937e
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class SavedLists(View):
|
|||
data = {
|
||||
"lists": paginated.get_page(request.GET.get("page")),
|
||||
"list_form": forms.ListForm(),
|
||||
"path": "/list",
|
||||
"path": "/list/saved",
|
||||
}
|
||||
return TemplateResponse(request, "lists/lists.html", data)
|
||||
|
||||
|
|
Loading…
Reference in a new issue