mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 08:44:23 -04:00
Update call to api_key component across pages
Includes the following pages: - letter contact (in service settings) - sms-senders page (in service settings) - email reply-to (in service settings) - API key page Note: the call on the letter contact page uses the first line of the contact address as the unique identifier for each button.
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
|
||||
{{ api_key(
|
||||
'{}-{}-{}'.format(key_name, service_id, secret),
|
||||
'API key'
|
||||
name='API key',
|
||||
thing='API key'
|
||||
) }}
|
||||
|
||||
{{ page_footer(
|
||||
|
||||
Reference in New Issue
Block a user