mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 15:28:50 -04:00
Merge pull request #711 from alphagov/template-guidance
Give users more help about what to put in their templates
This commit is contained in:
@@ -198,7 +198,7 @@ class SMSTemplateForm(Form):
|
||||
validators=[DataRequired(message="Can’t be empty")])
|
||||
|
||||
template_content = TextAreaField(
|
||||
u'Message content',
|
||||
u'Message',
|
||||
validators=[
|
||||
DataRequired(message="Can’t be empty"),
|
||||
NoCommasInPlaceHolders()
|
||||
|
||||
Reference in New Issue
Block a user