mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-27 01:34:01 -04:00
Add comment explaining use of textbox for tel
This commit is contained in:
@@ -1562,6 +1562,7 @@ class ServiceContactDetailsForm(StripWhitespaceForm):
|
|||||||
|
|
||||||
url = GovukTextInputField("URL")
|
url = GovukTextInputField("URL")
|
||||||
email_address = GovukEmailField("Email address")
|
email_address = GovukEmailField("Email address")
|
||||||
|
# This is a text field because the number provided by the user can also be a short code
|
||||||
phone_number = GovukTextInputField("Phone number")
|
phone_number = GovukTextInputField("Phone number")
|
||||||
|
|
||||||
def validate(self):
|
def validate(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user