Edit shelf
This commit is contained in:
parent
c16047d0bc
commit
ee59c64a10
4 changed files with 78 additions and 21 deletions
|
@ -121,6 +121,7 @@ urlpatterns = [
|
|||
re_path(r'^delete-status/?$', actions.delete_status),
|
||||
|
||||
re_path(r'^create-shelf/?$', actions.create_shelf),
|
||||
re_path(r'^edit-shelf/(?P<shelf_id>\d+)?$', actions.edit_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