mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
Add context to 'Edit' link on template page
This commit is contained in:
@@ -757,7 +757,7 @@ def test_view_broadcast_template(
|
|||||||
service_id=SERVICE_ONE_ID,
|
service_id=SERVICE_ONE_ID,
|
||||||
template_id=fake_uuid,
|
template_id=fake_uuid,
|
||||||
)),
|
)),
|
||||||
('Edit', url_for(
|
('Edit this template', url_for(
|
||||||
'.edit_service_template',
|
'.edit_service_template',
|
||||||
service_id=SERVICE_ONE_ID,
|
service_id=SERVICE_ONE_ID,
|
||||||
template_id=fake_uuid,
|
template_id=fake_uuid,
|
||||||
|
|||||||
Reference in New Issue
Block a user