mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-01-31 11:54:23 +01:00
Clean up label for num_teams (#1923)
This commit is contained in:
@@ -44,7 +44,9 @@ class AccountSettingsForm(BaseForm):
|
||||
description="Amount of users per team (Teams mode only)",
|
||||
)
|
||||
num_teams = IntegerField(
|
||||
widget=NumberInput(min=0), description="Max number of teams (Teams mode only)",
|
||||
"Total Number of Teams",
|
||||
widget=NumberInput(min=0),
|
||||
description="Max number of teams (Teams mode only)",
|
||||
)
|
||||
verify_emails = SelectField(
|
||||
"Verify Emails",
|
||||
|
||||
Reference in New Issue
Block a user