1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 13:24:52 +00:00

Merge branch 'open-file'

This commit is contained in:
plt
2012-08-12 00:38:15 +08:00
3 changed files with 92 additions and 3 deletions

View File

@@ -238,6 +238,7 @@ def render_repo(request, repo_id, error=''):
"zipped" : zipped,
"error" : error,
"accessible_repos" : accessible_repos,
"applet_root": get_ccnetapplet_root()
}, context_instance=RequestContext(request))
@login_required