mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 13:39:41 -04:00
Fix template delete links.
Fix bug with 'current_service' not available for non service urls. Code review adjustment. Static code check.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<form method="post">
|
||||
{{ page_footer(
|
||||
'Revoke this API key',
|
||||
back_link=url_for('.api_keys', service_id=service_id),
|
||||
back_link=url_for('.api_keys', service_id=current_service.id),
|
||||
back_link_text='Back to API keys',
|
||||
destructive=True
|
||||
) }}
|
||||
|
||||
Reference in New Issue
Block a user