mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 18:22:37 -04:00
Add mocked service ID to all service-specific pages
This commit is contained in:
@@ -18,7 +18,7 @@ GOV.UK Notify | Service settings
|
||||
{{ page_footer(
|
||||
'Confirm',
|
||||
destructive=destructive,
|
||||
back_link=url_for('.service_settings')
|
||||
back_link=url_for('.service_settings', service_id=service_id)
|
||||
) }}
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
{{ page_footer(
|
||||
'Yes, delete ‘{}’'.format(service.name),
|
||||
destructive=True,
|
||||
back_link=url_for('.service_settings')
|
||||
back_link=url_for('.service_settings', service_id=service_id)
|
||||
) }}
|
||||
</form>
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ GOV.UK Notify | Service settings
|
||||
{{ textbox(form.service_name) }}
|
||||
{{ page_footer(
|
||||
'Save',
|
||||
back_link=url_for('.service_settings')
|
||||
back_link=url_for('.service_settings', service_id=service_id)
|
||||
) }}
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
<form method="post">
|
||||
{{ page_footer(
|
||||
'Send request',
|
||||
back_link=url_for('.service_settings')
|
||||
back_link=url_for('.service_settings', service_id=service_id)
|
||||
) }}
|
||||
</form>
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ GOV.UK Notify | Service settings
|
||||
{{ page_footer(
|
||||
'Turn off all outgoing notifications',
|
||||
destructive=True,
|
||||
back_link=url_for('.service_settings')
|
||||
back_link=url_for('.service_settings', service_id=service_id)
|
||||
) }}
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user