From 0e315477f062cc7a8849cb1a8451671d3185d040 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 10 Apr 2019 12:07:53 +0100 Subject: [PATCH] Remove status page link Remove status page link - it makes more sense to only show this as part of the 'report a problem' flow. --- app/templates/views/support/index.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/templates/views/support/index.html b/app/templates/views/support/index.html index 5bfb22093..72273b3e1 100644 --- a/app/templates/views/support/index.html +++ b/app/templates/views/support/index.html @@ -15,13 +15,6 @@

Support

We provide 24-hour online support for teams with a live service on GOV.UK Notify.

-
-

- Check our system status - page to see if there are any known issues with Notify. -

-
- {% call form_wrapper(class="bottom-gutter-2") %} {{ radios(form.support_type) }} {{ page_footer('Continue') }}