Formatting
This commit is contained in:
parent
413a640553
commit
2eef0c1a37
@ -20,10 +20,7 @@ USER_FIELDS = {
|
|||||||
description="Enter your preferred contact e-mail address",
|
description="Enter your preferred contact e-mail address",
|
||||||
validators=[Email()],
|
validators=[Email()],
|
||||||
),
|
),
|
||||||
"phone_number": TelField(
|
"phone_number": TelField("Phone Number", validators=[PhoneNumber()]),
|
||||||
"Phone Number",
|
|
||||||
validators=[PhoneNumber()],
|
|
||||||
),
|
|
||||||
"phone_ext": StringField("Extension"),
|
"phone_ext": StringField("Extension"),
|
||||||
"service_branch": SelectField(
|
"service_branch": SelectField(
|
||||||
"Service Branch or Agency",
|
"Service Branch or Agency",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user