Renames class view

This commit is contained in:
Mouse Reeve
2022-01-11 10:40:32 -08:00
parent 68d943fb26
commit 4ca90ca10f
5 changed files with 14 additions and 4 deletions

View File

@ -457,7 +457,7 @@ urlpatterns = [
# reading progress
re_path(r"^edit-readthrough/?$", views.edit_readthrough, name="edit-readthrough"),
re_path(r"^delete-readthrough/?$", views.delete_readthrough),
re_path(r"^create-readthrough/?$", views.CreateReadThrough.as_view(), name="create-readthrough"),
re_path(r"^create-readthrough/?$", views.ReadThrough.as_view(), name="create-readthrough"),
re_path(r"^delete-progressupdate/?$", views.delete_progressupdate),
# shelve actions
re_path(