Add comment explaining use of textbox for tel

This commit is contained in:
Tom Byers
2020-08-13 11:40:09 +01:00
parent 1da336827b
commit d8355be6fc

View File

@@ -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):