Let users create shelves
This commit is contained in:
parent
c3fe8e041a
commit
408ca6609c
6 changed files with 80 additions and 21 deletions
|
@ -120,6 +120,7 @@ urlpatterns = [
|
|||
|
||||
re_path(r'^delete-status/?$', actions.delete_status),
|
||||
|
||||
re_path(r'^create-shelf/?$', actions.create_shelf),
|
||||
re_path(r'^shelve/?$', actions.shelve),
|
||||
re_path(r'^unshelve/?$', actions.unshelve),
|
||||
re_path(r'^start-reading/?$', actions.start_reading),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue