Merge branch 'main' into book-file-links

This commit is contained in:
Mouse Reeve
2022-01-12 06:39:22 -08:00
committed by GitHub
48 changed files with 384 additions and 198 deletions

View File

@ -500,7 +500,11 @@ 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.ReadThrough.as_view(),
name="create-readthrough",
),
re_path(r"^delete-progressupdate/?$", views.delete_progressupdate),
# shelve actions
re_path(