Fixes reading view

This commit is contained in:
Mouse Reeve 2021-01-27 09:29:34 -08:00
parent e2935b6364
commit 5377a8f187

View file

@ -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):