Merge branch 'main' into book-file-links
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user