mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 17:01:35 -05:00
Fix bug where preview for templated letters would not show
This commit is contained in:
@@ -89,7 +89,8 @@ def create_letters_pdf(self, notification_id):
|
||||
def get_letters_pdf(template, contact_block, filename, values):
|
||||
template_for_letter_print = {
|
||||
"subject": template.subject,
|
||||
"content": template.content
|
||||
"content": template.content,
|
||||
"template_type": template.template_type
|
||||
}
|
||||
|
||||
data = {
|
||||
|
||||
Reference in New Issue
Block a user