Add deletion of progress updates
And only show progress edit for editing unfinished readthroughs
This commit is contained in:
@ -111,6 +111,7 @@ urlpatterns = [
|
||||
re_path(r'^edit-readthrough/?$', actions.edit_readthrough),
|
||||
re_path(r'^delete-readthrough/?$', actions.delete_readthrough),
|
||||
re_path(r'^create-readthrough/?$', actions.create_readthrough),
|
||||
re_path(r'^delete-progressupdate/?$', actions.delete_progressupdate),
|
||||
|
||||
re_path(r'^rate/?$', actions.rate),
|
||||
re_path(r'^review/?$', actions.review),
|
||||
|
Reference in New Issue
Block a user