mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 08:55:15 -05:00
Fix bug where preview for templated letters would not show
This commit is contained in:
@@ -288,7 +288,8 @@ def preview_letter_template_by_notification_id(service_id, notification_id, file
|
||||
"id": str(notification.template_id),
|
||||
"subject": template.subject,
|
||||
"content": template.content,
|
||||
"version": str(template.version)
|
||||
"version": str(template.version),
|
||||
"template_type": template.template_type
|
||||
}
|
||||
|
||||
service = dao_fetch_service_by_id(service_id)
|
||||
|
||||
Reference in New Issue
Block a user