mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-04 16:11:11 -04:00
Pass contact block through to letter Template
So that it appears in letter previews…
This commit is contained in:
@@ -312,7 +312,8 @@ def get_template(
|
||||
)
|
||||
else:
|
||||
return LetterPreviewTemplate(
|
||||
template
|
||||
template,
|
||||
contact_block=service['letter_contact_block'],
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user