Clean up label for num_teams (#1923)

This commit is contained in:
Kevin Chung
2021-06-26 00:24:05 -04:00
committed by GitHub
parent 08ff0f2ed6
commit ff6e093fa6

View File

@@ -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",