mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 08:06:56 +00:00
show/delete shared repo
This commit is contained in:
@@ -32,5 +32,6 @@ urlpatterns = patterns('',
|
||||
|
||||
# url('^remove/(?P<token>[^/]{24,24})/$', remove_anonymous_share, name='remove_anonymous_share'),
|
||||
# url('^(?P<token>[^/]{24})/$', anonymous_share_confirm, name='anonymous_share_confirm'),
|
||||
|
||||
|
||||
url(r'^ajax/repo_remove_share/$', ajax_repo_remove_share, name='ajax_repo_remove_share'),
|
||||
)
|
||||
|
Reference in New Issue
Block a user