mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-11 06:53:49 -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")
|
||||
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")
|
||||
|
||||
def validate(self):
|
||||
|
||||
Reference in New Issue
Block a user