mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-22 05:27:25 +00:00
fix gm level form
This commit is contained in:
parent
0c18d03aa7
commit
ae0847aba9
@ -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)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user