mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 04:48:25 -04:00
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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user