mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2025-07-25 11:02:21 +00:00
fix gm level form
This commit is contained in:
@ -119,7 +119,7 @@ class EditPlayKeyForm(FlaskForm):
|
||||
|
||||
class EditGMLevelForm(FlaskForm):
|
||||
|
||||
email = IntegerField(
|
||||
gm_level = IntegerField(
|
||||
'GM Level',
|
||||
widget=NumberInput(min=0, max=9)
|
||||
)
|
||||
|
Reference in New Issue
Block a user