From d787344eb9de219434045400f78f412fee67be1f Mon Sep 17 00:00:00 2001 From: Benjy Stanton <2545065+benjystanton@users.noreply.github.com> Date: Mon, 24 Aug 2026 14:42:37 +0100 Subject: [PATCH 1/4] Create 500.html --- app/views/errors/500.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 app/views/errors/500.html diff --git a/app/views/errors/500.html b/app/views/errors/500.html new file mode 100755 index 0000000..4c30f9f --- /dev/null +++ b/app/views/errors/500.html @@ -0,0 +1,20 @@ +{% extends 'layouts/ravs-plus-layout-1-maternity.html' %} + +{% set currentSection = "plus" %} + +{% block content %} +
+
+ +

Sorry, there is a problem with the service

+ +

+ Try again later. +

+

+ [Link to feedback form] +

+ +
+
+{% endblock %} From b58a878076c51aa5cd062cfabb294d7b3fcd55a6 Mon Sep 17 00:00:00 2001 From: Benjy Stanton <2545065+benjystanton@users.noreply.github.com> Date: Mon, 24 Aug 2026 14:51:06 +0100 Subject: [PATCH 2/4] Add page title --- app/views/errors/500.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/app/views/errors/500.html b/app/views/errors/500.html index 4c30f9f..b478b1b 100755 --- a/app/views/errors/500.html +++ b/app/views/errors/500.html @@ -2,11 +2,17 @@ {% set currentSection = "plus" %} +{% set pageTitle = "Sorry, there is a problem with the service" %} + +{% block pageTitle %} + {{ pageTitle }} - Record a vaccination - NHS +{% endblock %} + {% block content %}
-

Sorry, there is a problem with the service

+

{{ pageTitle }}

Try again later. @@ -14,6 +20,9 @@

Sorry, there is a problem with the service

[Link to feedback form]

+

+ [Other helpful information] +

From 853236ae59e85120c07db13d24b72a10171039f0 Mon Sep 17 00:00:00 2001 From: Mark Bateman Date: Wed, 26 Aug 2026 13:11:52 +0100 Subject: [PATCH 3/4] Amended content and links --- app/views/errors/500.html | 17 +++++++++-------- app/views/index.html | 8 +++++++- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/app/views/errors/500.html b/app/views/errors/500.html index b478b1b..253a29c 100755 --- a/app/views/errors/500.html +++ b/app/views/errors/500.html @@ -14,16 +14,17 @@

{{ pageTitle }}

+

To try and solve the problem, you can:

+ +

- Try again later. -

-

- [Link to feedback form] -

-

- [Other helpful information] + If the problem continues, email england.ravs@nhs.net to contact the team or use our feedback form.

-{% endblock %} +{% endblock %} \ No newline at end of file diff --git a/app/views/index.html b/app/views/index.html index 50fbe4b..6c590cb 100755 --- a/app/views/index.html +++ b/app/views/index.html @@ -20,6 +20,13 @@

MVP: Maternity Private beta

  • Patient list and export
  • +
    + +

    Error pages

    + +

    Common functions and shared components

    @@ -31,7 +38,6 @@

    Common functions and shared components


    -

    MVP: Occupational health

    - If the problem continues, email england.ravs@nhs.net to contact the team or use our feedback form. + If the problem continues, email england.ravs@nhs.net to contact the team or use our feedback form.