Add deletion of progress updates

And only show progress edit for editing unfinished readthroughs
This commit is contained in:
Joel Bradshaw
2021-01-17 02:28:37 -08:00
parent 1e13997c5d
commit da8d8cd434
4 changed files with 31 additions and 6 deletions

View File

@ -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),