Make progress updates toggle-able

Also move into their own section
This commit is contained in:
Joel Bradshaw
2020-11-18 19:05:52 -08:00
parent c9b2b4efac
commit ff7d87b1c4
2 changed files with 12 additions and 4 deletions

View File

@@ -581,6 +581,7 @@ def book_page(request, book_id):
'tags': tags,
'user_tags': user_tags,
'readthroughs': readthroughs,
'show_progress': ('showprogress' in request.GET),
'path': '/book/%s' % book_id,
'info_fields': [
{'name': 'ISBN', 'value': book.isbn_13},