Merge branch 'master' into remove-initial-update-sms-sender

This commit is contained in:
Rebecca Law
2017-11-15 12:33:38 +00:00
17 changed files with 178 additions and 53 deletions

View File

@@ -185,8 +185,7 @@ def create_notification(
'job': job,
'service_id': template.service.id,
'service': template.service,
'template_id': template and template.id,
'template': template,
'template_id': template.id,
'template_version': template.version,
'status': status,
'reference': reference,