We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab1c3f commit 97c65bbCopy full SHA for 97c65bb
lastuser_ui/forms/org.py
@@ -10,7 +10,7 @@
10
11
class OrganizationForm(Form):
12
title = wtforms.TextField('Organization name', validators=[wtforms.validators.Required()])
13
- name = wtforms.TextField('URL name', validators=[wtforms.validators.Required()])
+ name = wtforms.TextField('Username', validators=[wtforms.validators.Required()])
14
description = wtforms.TextAreaField('Description')
15
16
def validate_name(self, field):
0 commit comments