mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-01 22:51:10 -04:00
Updated to send email through the client send_email.
This commit is contained in:
@@ -63,7 +63,7 @@ class UKMobileNumber(StringField):
|
||||
return
|
||||
# TODO implement in the render field method.
|
||||
# API's require no spaces in the number
|
||||
#self.data = '+44 7{} {} {}'.format(*re.findall('...', self.data))
|
||||
# self.data = '+44 7{} {} {}'.format(*re.findall('...', self.data))
|
||||
self.data = '+447{}{}{}'.format(*re.findall('...', self.data))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user