mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 15:19:06 +00:00
Fixed name conflict in unset pub repo, and improve message
This commit is contained in:
2
urls.py
2
urls.py
@@ -35,7 +35,7 @@ urlpatterns = patterns('',
|
||||
(r'^repo/create/$', repo_create),
|
||||
(r'^repo/upload_check/$', validate_filename),
|
||||
(r'^repo/file_rename/$', repo_rename_file),
|
||||
(r'^repo/unsetinnerpub/(?P<repo_id>[-0-9a-f]{36})/$', unset_inner_pub_repo),
|
||||
url(r'^repo/unsetinnerpub/(?P<repo_id>[-0-9a-f]{36})/$', unsetinnerpub, name='unsetinnerpub'),
|
||||
url(r'^repo/set_password/$', repo_set_password, name="repo_set_password"),
|
||||
url(r'^repo/revert_file/(?P<repo_id>[-0-9a-f]{36})/$', repo_revert_file, name='repo_revert_file'),
|
||||
url(r'^repo/revert_dir/(?P<repo_id>[-0-9a-f]{36})/$', repo_revert_dir, name='repo_revert_dir'),
|
||||
|
Reference in New Issue
Block a user