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

[sysadmin] Fix a bug in showing share space usage

This commit is contained in:
plt
2013-05-25 15:01:34 +08:00
parent b42d8172b9
commit 908fac53a2

View File

@@ -111,6 +111,7 @@ def sys_user_admin(request):
'next_page': current_page+1,
'per_page': per_page,
'page_next': page_next,
'CALC_SHARE_USAGE': CALC_SHARE_USAGE,
},
context_instance=RequestContext(request))