Fixes reading view
This commit is contained in:
parent
e2935b6364
commit
5377a8f187
|
@ -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 New Issue