Unshelve button on shelf page

This commit is contained in:
Mouse Reeve
2020-10-28 16:52:23 -07:00
parent bdde69473a
commit 069b4eae2a
3 changed files with 23 additions and 1 deletions

View File

@ -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),