Create class to style phone numbers and extensions

This commit is contained in:
leigh-mil
2018-10-31 11:24:32 -04:00
parent 6bc157b2b3
commit 8b9fe61a94
3 changed files with 41 additions and 11 deletions

View File

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