mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Allow letter templates to select the default contact block from the list
This commit is contained in:
@@ -8,7 +8,7 @@ class TemplatePreview:
|
||||
@classmethod
|
||||
def from_database_object(cls, template, filetype, values=None, page=None):
|
||||
data = {
|
||||
'letter_contact_block': current_service['letter_contact_block'],
|
||||
'letter_contact_block': template.get('reply_to_text', ''),
|
||||
'template': template,
|
||||
'values': values,
|
||||
'dvla_org_id': current_service['dvla_organisation'],
|
||||
|
||||
Reference in New Issue
Block a user