mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 08:44:23 -04:00
Merge pull request #312 from alphagov/remove-service-name-from-email-templates
Only prefix SMS templates with service name
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user