mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 16:36:15 +00:00
Add user id list in middleware, and do some related modifications
This commit is contained in:
@@ -6,4 +6,5 @@ urlpatterns = patterns('profile.views',
|
||||
# url(r'^edit/$', 'set_profile', name="profile_setting"),
|
||||
url(r'^edit/ccnet/$', 'set_ccnet_profile', name="ccnet_profile_setting"),
|
||||
url(r'^download/$', 'download_profile', name="profile_download"),
|
||||
url(r'userids/$', 'list_userids', name="list_userids")
|
||||
)
|
||||
|
Reference in New Issue
Block a user