1
0
Fork 0

views handler for creating readthrough dates

This commit is contained in:
Mouse Reeve 2021-01-10 10:51:56 -08:00
parent b0e4fc2aa9
commit 327020f7b3
4 changed files with 18 additions and 1 deletions

View file

@ -110,6 +110,7 @@ urlpatterns = [
re_path(r'^switch-edition/?$', actions.switch_edition),
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'^rate/?$', actions.rate),
re_path(r'^review/?$', actions.review),