mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-24 02:21:04 +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:
|
||||
readthrough.save()
|
||||
|
||||
# create a progress update if we have a page
|
||||
readthrough.create_update()
|
||||
# create a progress update if we have a page
|
||||
readthrough.create_update()
|
||||
|
||||
# shelve the book
|
||||
if request.POST.get('reshelve', True):
|
||||
|
|
Loading…
Reference in a new issue