fix gm level form

This commit is contained in:
Aaron Kimbre 2022-05-18 06:25:07 -05:00
parent 0c18d03aa7
commit ae0847aba9

View File

@ -119,7 +119,7 @@ class EditPlayKeyForm(FlaskForm):
class EditGMLevelForm(FlaskForm): class EditGMLevelForm(FlaskForm):
email = IntegerField( gm_level = IntegerField(
'GM Level', 'GM Level',
widget=NumberInput(min=0, max=9) widget=NumberInput(min=0, max=9)
) )