Add context to 'Edit' link on template page

This commit is contained in:
Tom Byers
2020-08-05 16:45:16 +01:00
parent f608d5e979
commit 5bc36a813d

View File

@@ -757,7 +757,7 @@ def test_view_broadcast_template(
service_id=SERVICE_ONE_ID,
template_id=fake_uuid,
)),
('Edit', url_for(
('Edit this template', url_for(
'.edit_service_template',
service_id=SERVICE_ONE_ID,
template_id=fake_uuid,