1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

Modify org personal page, and add org root

This commit is contained in:
zhengxie
2012-10-13 17:40:06 +08:00
parent 92edeeed80
commit 3e464137c0
8 changed files with 36 additions and 31 deletions

View File

@@ -78,7 +78,6 @@ urlpatterns = patterns('',
(r'^file/move/$', file_move),
(r'^seafile_access_check/$', seafile_access_check),
url(r'^org/remove/(?P<org_id>[\d]+)/$', org_remove, name="org_remove"),
# (r'^org/$', org_info),
(r'^useradmin/add/$', user_add),
(r'^useradmin/remove/(?P<user_id>[^/]+)/$', user_remove),