mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Merge branch 'master' into use_new_template_stats_endpoint
Conflicts: app/notify_client/template_statistics_api_client.py
This commit is contained in:
@@ -337,7 +337,7 @@ class ServiceSmsSender(Form):
|
||||
def validate_sms_sender(form, field):
|
||||
import re
|
||||
if field.data and not re.match('^[a-zA-Z0-9\s]+$', field.data):
|
||||
raise ValidationError('Sms text message sender can only contain alpha-numeric characters')
|
||||
raise ValidationError('Text message sender can only contain alpha-numeric characters')
|
||||
|
||||
|
||||
class ServiceBrandingOrg(Form):
|
||||
|
||||
Reference in New Issue
Block a user