Only prefix SMS templates with service name

Implements: https://github.com/alphagov/notifications-utils/pull/13

Fixes: https://www.pivotaltracker.com/story/show/115879891
This commit is contained in:
Chris Hill-Scott
2016-03-21 11:24:43 +00:00
parent c40b9872a5
commit c92879dba0
3 changed files with 3 additions and 3 deletions

View File

@@ -232,7 +232,7 @@ def check_messages(service_id, upload_id):
template = Template(
template,
prefix=service['name'] if template['template_type'] == 'sms' else ''
prefix=service['name']
)
recipients = RecipientCSV(