forked from mirrors/bookwyrm
Python formatting
This commit is contained in:
parent
7dfc991468
commit
bc80c017aa
1 changed files with 1 additions and 2 deletions
|
@ -66,8 +66,7 @@ class Shelf(View):
|
||||||
"books": page,
|
"books": page,
|
||||||
"page_range": paginated.get_elided_page_range(
|
"page_range": paginated.get_elided_page_range(
|
||||||
page.number, on_each_side=2, on_ends=1
|
page.number, on_each_side=2, on_ends=1
|
||||||
)
|
),
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return TemplateResponse(request, "user/shelf/shelf.html", data)
|
return TemplateResponse(request, "user/shelf/shelf.html", data)
|
||||||
|
|
Loading…
Reference in a new issue