mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 02:48:51 +00:00
[sys useradmin] enable 'set quota' for DB useradmin; modified 'set quota' in user info page
This commit is contained in:
@@ -646,7 +646,6 @@ def user_set_quota(request, email):
|
||||
|
||||
f = SetUserQuotaForm(request.POST)
|
||||
if f.is_valid():
|
||||
email = f.cleaned_data['email']
|
||||
space_quota_mb = f.cleaned_data['space_quota']
|
||||
space_quota = space_quota_mb * get_file_size_unit('MB')
|
||||
|
||||
|
Reference in New Issue
Block a user