Create class to style phone numbers and extensions
This commit is contained in:
@@ -22,7 +22,6 @@ USER_FIELDS = {
|
||||
),
|
||||
"phone_number": TelField(
|
||||
"Phone Number",
|
||||
description="Enter your 10-digit U.S. phone number",
|
||||
validators=[PhoneNumber()],
|
||||
),
|
||||
"phone_ext": StringField("Extension"),
|
||||
|
Reference in New Issue
Block a user