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