mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 10:48:25 -04:00
Added current_service to flask context and template context.
Fix all tests and conflicts. Removed comment line.
This commit is contained in:
@@ -35,9 +35,9 @@
|
||||
|
||||
<form method="post">
|
||||
{{ page_footer(
|
||||
'Yes, delete ‘{}’'.format(service.name),
|
||||
'Yes, delete ‘{}’'.format(current_service.name),
|
||||
destructive=True,
|
||||
back_link=url_for('.service_settings', service_id=service_id)
|
||||
back_link=url_for('.service_settings', service_id=current_service.id)
|
||||
) }}
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user