mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-18 05:31:48 -05:00
return replaced subject back from send_notification API
This commit is contained in:
@@ -365,7 +365,7 @@ def get_notification_return_data(notification_id, notification, template):
|
||||
}
|
||||
|
||||
if template.template_type == 'email':
|
||||
output.update({'subject': template.subject})
|
||||
output.update({'subject': template.replaced_subject})
|
||||
|
||||
return output
|
||||
|
||||
|
||||
Reference in New Issue
Block a user