1
0
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:
lian
2015-03-06 17:53:41 +08:00
committed by Daniel Pan
parent 1496940aa4
commit c42822969d
8 changed files with 165 additions and 23 deletions

View File

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