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:
@@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user