From 314e37693fbf5d4a3d15fd145903ea910bc7f77f Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 17 Mar 2026 09:38:57 +0000 Subject: [PATCH 01/19] Update and rename no-patient-record.html to no-vaccination-history.html Changed name of file and added 'temporary' to the msg. --- .../{no-patient-record.html => no-vaccination-history.html} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename app/views/errors/{no-patient-record.html => no-vaccination-history.html} (87%) diff --git a/app/views/errors/no-patient-record.html b/app/views/errors/no-vaccination-history.html similarity index 87% rename from app/views/errors/no-patient-record.html rename to app/views/errors/no-vaccination-history.html index 70e019e5..4606eee9 100644 --- a/app/views/errors/no-patient-record.html +++ b/app/views/errors/no-vaccination-history.html @@ -1,6 +1,6 @@ {% extends 'layout.html' %} -{% set pageName = "There was a problem getting Jodie Brown's vaccination history" %} +{% set pageName = "There is a temporary problem getting Jodie Brown's vaccination history" %} {% block beforeContent %} From a75e725be7f95ff57cafbbc92c0e14d01d6da04b Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 17 Mar 2026 09:43:50 +0000 Subject: [PATCH 02/19] Update and rename some-patient-record.html to partial-vaccination-history.html Renamed file, added temporary to the error msg, and tried to make clarify what may or may not be shown to the user. --- ...e-patient-record.html => partial-vaccination-history.html} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app/views/errors/{some-patient-record.html => partial-vaccination-history.html} (75%) diff --git a/app/views/errors/some-patient-record.html b/app/views/errors/partial-vaccination-history.html similarity index 75% rename from app/views/errors/some-patient-record.html rename to app/views/errors/partial-vaccination-history.html index b106b6b0..a7e07153 100644 --- a/app/views/errors/some-patient-record.html +++ b/app/views/errors/partial-vaccination-history.html @@ -1,6 +1,6 @@ {% extends 'layout.html' %} -{% set pageName = "There was a problem getting Jodie Brown's vaccination history" %} +{% set pageName = "There is a temporary problem getting Jodie Brown's vaccination history" %} {% block beforeContent %} @@ -16,7 +16,7 @@

{{ pageName }}

-

You will not be able to see the patient's full vaccination history.

+

You may not see all the vaccination records that are usually shown in this service.

From e4f84cdca1e6e14404e34da199ac805597840b63 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 17 Mar 2026 09:46:03 +0000 Subject: [PATCH 03/19] Update and rename PDS-service.html to no-patient-details.html Changed file name and added 'temporary' to the msg. --- app/views/errors/{PDS-service.html => no-patient-details.html} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename app/views/errors/{PDS-service.html => no-patient-details.html} (82%) diff --git a/app/views/errors/PDS-service.html b/app/views/errors/no-patient-details.html similarity index 82% rename from app/views/errors/PDS-service.html rename to app/views/errors/no-patient-details.html index 5870db1f..fe0625ad 100644 --- a/app/views/errors/PDS-service.html +++ b/app/views/errors/no-patient-details.html @@ -1,6 +1,6 @@ {% extends 'layout.html' %} -{% set pageName = "Sorry, there is a problem with the service" %} +{% set pageName = "There is a temporary problem getting Jodie Brown's details" %} {% block beforeContent %} From 97751d98a7944c4dd7127d6bfa5eb24a06b7988f Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 17 Mar 2026 09:47:36 +0000 Subject: [PATCH 04/19] Added a button for 'Try again' to no-patient-details.html --- app/views/errors/no-patient-details.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/errors/no-patient-details.html b/app/views/errors/no-patient-details.html index fe0625ad..79054568 100644 --- a/app/views/errors/no-patient-details.html +++ b/app/views/errors/no-patient-details.html @@ -13,9 +13,11 @@

{{ pageName }}

-

We could not get the patient's details. Try again later.

- +

We could not get the patient's details.

+
From 1a1c3639862a5b5ddae0eada1bd08c43ca3b02ae Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 17 Mar 2026 10:00:11 +0000 Subject: [PATCH 05/19] Added link to guidance page on 500 error Added link to the guidance page where you can download the paper form. --- app/views/errors/500.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/errors/500.html b/app/views/errors/500.html index f1c6b8b2..6861a594 100644 --- a/app/views/errors/500.html +++ b/app/views/errors/500.html @@ -9,7 +9,7 @@

{{ pageName }}

Try again later.

-

If you urgently need to record a vaccination, download our paper form.

+

If you urgently need to record a vaccination, download our paper form.

From 6894e4a40aae5af3b38cd3a3808d52d1fcd503e2 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 17 Mar 2026 10:05:05 +0000 Subject: [PATCH 06/19] Update to 429.html Changed the msg so we're not making it sound like it's the user's fault. --- app/views/errors/429.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/errors/429.html b/app/views/errors/429.html index 658a2c2b..9e395d8b 100644 --- a/app/views/errors/429.html +++ b/app/views/errors/429.html @@ -7,9 +7,7 @@

{{ pageName }}

-

You have made too many requests.

- -

You will be able to use the service later.

+

This may be a temporary problem.

From 036563bfd52eecbbc82f39c5f095cc9ffe3cc886 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 17 Mar 2026 10:07:06 +0000 Subject: [PATCH 07/19] Added a Try again button to 429.html --- app/views/errors/429.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/errors/429.html b/app/views/errors/429.html index 9e395d8b..32b43a98 100644 --- a/app/views/errors/429.html +++ b/app/views/errors/429.html @@ -9,6 +9,10 @@

{{ pageName }}

This may be a temporary problem.

+ + {% endblock %} From cdaa5c47f58d0d2c539c3178d3c0b7ba505f5151 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 17 Mar 2026 10:07:37 +0000 Subject: [PATCH 08/19] Rename 429.html to rate-limit.html --- app/views/errors/{429.html => rate-limit.html} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/views/errors/{429.html => rate-limit.html} (100%) diff --git a/app/views/errors/429.html b/app/views/errors/rate-limit.html similarity index 100% rename from app/views/errors/429.html rename to app/views/errors/rate-limit.html From 0e866223ee01521fa9b6e7f5f5dab2502266ddfd Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 17 Mar 2026 14:13:16 +0000 Subject: [PATCH 09/19] Update no-patient-details.html --- app/views/errors/no-patient-details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/errors/no-patient-details.html b/app/views/errors/no-patient-details.html index 79054568..043a50b6 100644 --- a/app/views/errors/no-patient-details.html +++ b/app/views/errors/no-patient-details.html @@ -1,6 +1,6 @@ {% extends 'layout.html' %} -{% set pageName = "There is a temporary problem getting Jodie Brown's details" %} +{% set pageName = "There is a temporary problem getting the patient's details" %} {% block beforeContent %} From 830d3031152f0fd28613549518a0a8ba0b128fd2 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 17 Mar 2026 14:35:51 +0000 Subject: [PATCH 10/19] Update no-patient-details.html Added link to paper form. --- app/views/errors/no-patient-details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/errors/no-patient-details.html b/app/views/errors/no-patient-details.html index 043a50b6..35b875ae 100644 --- a/app/views/errors/no-patient-details.html +++ b/app/views/errors/no-patient-details.html @@ -13,7 +13,7 @@

{{ pageName }}

-

We could not get the patient's details.

+

If you urgently need to record a vaccination, download our paper form.

+ + {% endblock %} From 0e69ef4e9aecb92216b9c9bf64450952c9a4aa14 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Wed, 18 Mar 2026 11:03:35 +0000 Subject: [PATCH 15/19] Changed primary button to Nunjucks version on partial-vaccination-history.html --- app/views/errors/partial-vaccination-history.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/views/errors/partial-vaccination-history.html b/app/views/errors/partial-vaccination-history.html index a7e07153..450c2643 100644 --- a/app/views/errors/partial-vaccination-history.html +++ b/app/views/errors/partial-vaccination-history.html @@ -16,13 +16,13 @@

{{ pageName }}

-

You may not see all the vaccination records that are usually shown in this service.

+

You may not see all the vaccination records that are usually shown in this service.

+{% from "button/macro.njk" import button %} - - - +{{ button({ + text: "Try again" +}) }}     @@ -31,6 +31,7 @@

{{ pageName }}

+ From 5653e96db7c1bae62bcd32b86a7de57bbf614c62 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Wed, 18 Mar 2026 11:04:30 +0000 Subject: [PATCH 16/19] Changed primary button to Nunjucks version on no-vaccination-history.html --- app/views/errors/no-vaccination-history.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/views/errors/no-vaccination-history.html b/app/views/errors/no-vaccination-history.html index 4606eee9..c826f5ea 100644 --- a/app/views/errors/no-vaccination-history.html +++ b/app/views/errors/no-vaccination-history.html @@ -19,9 +19,11 @@

{{ pageName }}

You will not be able to see the patient's vaccination history.

- +{% from "button/macro.njk" import button %} + +{{ button({ + text: "Try again" +}) }}     From 34126fde3201463d4983dda7085eb4dd3799c77c Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Wed, 18 Mar 2026 11:05:43 +0000 Subject: [PATCH 17/19] Changed button to Nunjucks version on no-patient-details.html --- app/views/errors/no-patient-details.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/views/errors/no-patient-details.html b/app/views/errors/no-patient-details.html index d7aff9f5..d9dde92d 100644 --- a/app/views/errors/no-patient-details.html +++ b/app/views/errors/no-patient-details.html @@ -15,9 +15,11 @@

{{ pageName }}

Try again. Or if the problem persists and you urgently need to record a vaccination, download our paper form.

- +{% from "button/macro.njk" import button %} + +{{ button({ + text: "Try again" +}) }} From dee97e04de1b33429f02d8343f690dfd14cf2188 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Wed, 18 Mar 2026 11:11:20 +0000 Subject: [PATCH 18/19] Changed secondary button to Nunjucks version on no-vaccination-history.html --- app/views/errors/no-vaccination-history.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/views/errors/no-vaccination-history.html b/app/views/errors/no-vaccination-history.html index c826f5ea..610e5c6d 100644 --- a/app/views/errors/no-vaccination-history.html +++ b/app/views/errors/no-vaccination-history.html @@ -28,11 +28,12 @@

{{ pageName }}

    - - +{% from "button/macro.njk" import button %} +{{ button({ + text: "Continue anyway", + classes: "nhsuk-button--secondary" +}) }} From d27a15521cfbe920eb62811f0bcc0daa30d0520a Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Wed, 18 Mar 2026 11:11:57 +0000 Subject: [PATCH 19/19] Changed secondary button to Nunjucks version on partial-vaccination-history.html --- app/views/errors/partial-vaccination-history.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/views/errors/partial-vaccination-history.html b/app/views/errors/partial-vaccination-history.html index 450c2643..a0e0a9a5 100644 --- a/app/views/errors/partial-vaccination-history.html +++ b/app/views/errors/partial-vaccination-history.html @@ -26,9 +26,12 @@

{{ pageName }}

    - +{% from "button/macro.njk" import button %} + +{{ button({ + text: "Continue anyway", + classes: "nhsuk-button--secondary" +}) }}