mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-12 13:24:52 +00:00
Quota -> Space Quota
This commit is contained in:
@@ -1959,7 +1959,7 @@ def batch_add_user_example(request):
|
||||
data_list = []
|
||||
head = [_('Email'), _('Password'), _('Name')+ '(' + _('Optional') + ')',
|
||||
_('Department')+ '(' + _('Optional') + ')', _('Role')+
|
||||
'(' + _('Optional') + ')', _('Quota') + '(MB, ' + _('Optional') + ')']
|
||||
'(' + _('Optional') + ')', _('Space Quota') + '(MB, ' + _('Optional') + ')']
|
||||
for i in xrange(5):
|
||||
username = "test" + str(i) +"@example.com"
|
||||
password = "123456"
|
||||
|
Reference in New Issue
Block a user