mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 22:01:06 +00:00
Use static download page
This commit is contained in:
@@ -109,7 +109,6 @@ urlpatterns = patterns('',
|
||||
url(r'^user/(?P<id_or_email>[^/]+)/shares/$', user_share_list, name='user_share_list'),
|
||||
url(r'^modules/toggle/$', toggle_modules, name="toggle_modules"),
|
||||
url(r'download/$', download, name="download"),
|
||||
url(r'download/edit/$', download_edit, name="download_edit"),
|
||||
|
||||
### Ajax ###
|
||||
(r'^ajax/repo/(?P<repo_id>[-0-9a-f]{36})/remove/$', repo_remove),
|
||||
|
Reference in New Issue
Block a user