Add context to 'Edit' link on template page

This commit is contained in:
Tom Byers
2020-08-25 20:52:24 +01:00
parent f608d5e979
commit 5bc36a813d
+1 -1
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,