Unshelve button on shelf page
This commit is contained in:
parent
bdde69473a
commit
069b4eae2a
3 changed files with 23 additions and 1 deletions
|
@ -117,6 +117,7 @@ urlpatterns = [
|
|||
re_path(r'^delete-status/?$', actions.delete_status),
|
||||
|
||||
re_path(r'^shelve/?$', actions.shelve),
|
||||
re_path(r'^unshelve/?$', actions.unshelve),
|
||||
|
||||
re_path(r'^follow/?$', actions.follow),
|
||||
re_path(r'^unfollow/?$', actions.unfollow),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue