mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Pass dvla_org_id through to template preview app
This commit is contained in:
@@ -10,7 +10,8 @@ class TemplatePreview:
|
||||
data = {
|
||||
'letter_contact_block': current_service['letter_contact_block'],
|
||||
'template': template,
|
||||
'values': values
|
||||
'values': values,
|
||||
'dvla_org_id': current_service['dvla_organisation'],
|
||||
}
|
||||
resp = requests.post(
|
||||
'{}/preview.{}'.format(current_app.config['TEMPLATE_PREVIEW_API_HOST'], filetype),
|
||||
|
||||
Reference in New Issue
Block a user