fix gm level form
This commit is contained in:
parent
0c18d03aa7
commit
ae0847aba9
@ -119,7 +119,7 @@ class EditPlayKeyForm(FlaskForm):
|
||||
|
||||
class EditGMLevelForm(FlaskForm):
|
||||
|
||||
email = IntegerField(
|
||||
gm_level = IntegerField(
|
||||
'GM Level',
|
||||
widget=NumberInput(min=0, max=9)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user