views handler for creating readthrough dates
This commit is contained in:
parent
b0e4fc2aa9
commit
327020f7b3
4 changed files with 18 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue