1
0
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:
zhengxie
2013-12-19 14:49:39 +08:00
parent 9e330c29d2
commit b694b8013e
6 changed files with 1 additions and 291 deletions

View File

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