Prefill user forms

This commit is contained in:
Pierre Jaury
2016-03-20 11:14:27 +01:00
parent 6638f656e2
commit a5279b7757
4 changed files with 8 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ class UserCreateForm(Form):
class UserEditForm(Form):
quota = fields.IntegerField('Quota')
quota_bytes = fields.IntegerField('Quota')
submit = fields.SubmitField('Create')