1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-21 19:37:28 +00:00

fixed bugs

This commit is contained in:
llj
2013-08-21 15:36:51 +08:00
parent 251cc64005
commit 475e4ff7bf
2 changed files with 5 additions and 4 deletions

View File

@@ -275,8 +275,6 @@ def list_dir_more(request, repo_id):
'path': path,
'dir_list': dir_list,
'file_list': file_list,
'dirent_more': dirent_more,
'more_start': more_start,
'ENABLE_SUB_LIBRARY': settings.ENABLE_SUB_LIBRARY,
}
html = render_to_string('snippets/repo_dirents.html', ctx,