diff --git a/app/templates/views/service-settings.html b/app/templates/views/service-settings.html index b9ad9bff1..9f4afcfab 100644 --- a/app/templates/views/service-settings.html +++ b/app/templates/views/service-settings.html @@ -64,23 +64,22 @@ { 'title': 'Email branding', 'link': url_for('.service_set_branding_and_org', service_id=current_service.id) - }, - { - 'title': 'Make service live', - 'link': url_for('.service_switch_live', service_id=current_service.id) - } if current_service.restricted else { - 'title': 'Revert service to trial', - 'link': url_for('.service_switch_live', service_id=current_service.id) - }, - { - 'title': 'Put service into research mode', - 'link': url_for('.service_switch_research_mode', service_id=current_service.id) - } if not current_service.research_mode else { - 'title': 'Take service out of research mode', - 'link': url_for('.service_switch_research_mode', service_id=current_service.id) } ]) }} + + {% endif %} {% endblock %}