mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-24 10:31:05 +00:00
Fixes reading view
This commit is contained in:
parent
e2935b6364
commit
5377a8f187
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ def start_reading(request, book_id):
|
||||||
if readthrough:
|
if readthrough:
|
||||||
readthrough.save()
|
readthrough.save()
|
||||||
|
|
||||||
# create a progress update if we have a page
|
# create a progress update if we have a page
|
||||||
readthrough.create_update()
|
readthrough.create_update()
|
||||||
|
|
||||||
# shelve the book
|
# shelve the book
|
||||||
if request.POST.get('reshelve', True):
|
if request.POST.get('reshelve', True):
|
||||||
|
|
Loading…
Reference in a new issue