mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Pass dvla_org_id through to template preview app
This commit is contained in:
@@ -72,7 +72,8 @@ def service_json(
|
||||
'organisation': organisation,
|
||||
'branding': branding,
|
||||
'created_at': created_at or str(datetime.utcnow()),
|
||||
'letter_contact_block': letter_contact_block
|
||||
'letter_contact_block': letter_contact_block,
|
||||
'dvla_organisation': '001',
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user