From 5fa7bb78ef6b56dc550d8e77c7408a43d4bcc40c Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Mon, 21 Nov 2016 11:25:57 +0000 Subject: [PATCH] Added route to the system status page to the feedback page --- app/templates/views/feedback.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/templates/views/feedback.html b/app/templates/views/feedback.html index 3ee5f7401..681ab338a 100644 --- a/app/templates/views/feedback.html +++ b/app/templates/views/feedback.html @@ -9,10 +9,16 @@ {% block maincolumn_content %}

- Give feedback + Support and feedback

+
+

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

+

What went wrong, if anything? What went well? How could we improve this service?

{{ textbox(form.feedback, width='1-1', hint='', rows=10) }} @@ -25,4 +31,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %}