Convert start and finish reading into view classes

This commit is contained in:
Mouse Reeve
2021-06-08 11:10:39 -07:00
parent 0e84f4bbac
commit 45146b4999
3 changed files with 84 additions and 75 deletions

View File

@ -20,7 +20,7 @@ from .helpers import is_api_request, get_edition, get_user_from_username
from .helpers import handle_reading_status, privacy_filter
# pylint: disable= no-self-use
# pylint: disable=no-self-use
class Shelf(View):
"""shelf page"""