Converts create readthrough to modal

This commit is contained in:
Mouse Reeve
2022-01-11 09:50:04 -08:00
parent 4ba375892a
commit 0d2c6e63d1
7 changed files with 75 additions and 42 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.create_readthrough),
re_path(r"^create-readthrough/?$", views.CreateReadThrough.as_view(), name="create-readthrough"),
re_path(r"^delete-progressupdate/?$", views.delete_progressupdate),
# shelve actions
re_path(