Remove ‘delete this service’ link

> We have an option to delete a service, which looks good, but then
> doesn't delete the service.
>
> Until we have the ability to delete, let's ged rid of the link.

https://www.pivotaltracker.com/story/show/115775329
This commit is contained in:
Chris Hill-Scott
2016-03-21 10:53:37 +00:00
parent c40b9872a5
commit 93b85fc342

View File

@@ -27,12 +27,7 @@
} if not service.active else {
'title': 'Reactivate API keys',
'link': url_for('.service_status_change', service_id=service_id)
},
{
'title': 'Delete this service from GOV.UK Notify',
'link': url_for('.service_delete', service_id=service_id),
'destructive': True
},
}
]) }}
{% endblock %}