From 2940874dcd4cd52e2824bd565923cef4b65e5296 Mon Sep 17 00:00:00 2001
From: Benjy Stanton <2545065+benjystanton@users.noreply.github.com>
Date: Mon, 27 Jul 2026 15:22:00 +0100
Subject: [PATCH 01/13] Change appointment landing page content to maternity
setting
---
app/views/appointments/landing.html | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/app/views/appointments/landing.html b/app/views/appointments/landing.html
index 10738e1..be02b06 100644
--- a/app/views/appointments/landing.html
+++ b/app/views/appointments/landing.html
@@ -1,18 +1,20 @@
-{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
+{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}
{% set currentSection = "plus" %}
+{% set pageTitle = 'Maternity' %}
+
{% block pageTitle %}
- Staff vaccinations
+ {{ pageTitle }} - Record a vaccination - NHS
{% endblock %}
{% block content %}
- Staff vaccinations
+ Maternity
-
View, filter and export vaccination information for your organisation's staff.
+
View, filter and export vaccination information for your pregnant patients.
@@ -26,7 +28,7 @@ Add or replace a list of patients
+ Add or replace a list of pregnant patients
@@ -42,7 +44,7 @@
Patients
-
View current list of patients
+ View current list of pregnant patients
From a3184c55f5d63962a35b40f3c259eeb588e2bb5c Mon Sep 17 00:00:00 2001
From: Benjy Stanton <2545065+benjystanton@users.noreply.github.com>
Date: Mon, 27 Jul 2026 15:25:47 +0100
Subject: [PATCH 02/13] Change layout from OH to mat
---
app/views/appointments/manage-site.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/views/appointments/manage-site.html b/app/views/appointments/manage-site.html
index 228b52f..ce6b4d9 100644
--- a/app/views/appointments/manage-site.html
+++ b/app/views/appointments/manage-site.html
@@ -1,4 +1,4 @@
-{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
+{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}
{% set currentSection = "plus" %}
From 8dbc653d1e9683f7e4af9a3caf87e8da79aca5fb Mon Sep 17 00:00:00 2001
From: Benjy Stanton <2545065+benjystanton@users.noreply.github.com>
Date: Mon, 27 Jul 2026 15:37:25 +0100
Subject: [PATCH 03/13] Remove 'staff'
---
app/views/appointments/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/views/appointments/home.html b/app/views/appointments/home.html
index a55f125..b4bac80 100644
--- a/app/views/appointments/home.html
+++ b/app/views/appointments/home.html
@@ -23,7 +23,7 @@
Entry point
From 3fb5c26f108ac4e1b73f9eeb674c928a291ec387 Mon Sep 17 00:00:00 2001
From: Benjy Stanton <2545065+benjystanton@users.noreply.github.com>
Date: Mon, 27 Jul 2026 15:50:53 +0100
Subject: [PATCH 04/13] Switching to mat layout
---
app/views/appointments/details-series.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/views/appointments/details-series.html b/app/views/appointments/details-series.html
index ca4a38e..0837555 100644
--- a/app/views/appointments/details-series.html
+++ b/app/views/appointments/details-series.html
@@ -1,4 +1,4 @@
-{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
+{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}
{% set currentSection = "plus" %}
From ad572950bfa3fce6b29c21b3589e61d3bd1ad09a Mon Sep 17 00:00:00 2001
From: Benjy Stanton <2545065+benjystanton@users.noreply.github.com>
Date: Tue, 28 Jul 2026 15:47:11 +0100
Subject: [PATCH 05/13] Change layout from OH to mat
---
app/views/appointments/check-answers-series.html | 2 +-
app/views/appointments/check-answers-single.html | 2 +-
app/views/appointments/clinic-closures-add.html | 2 +-
app/views/appointments/clinic-closures-playback.html | 2 +-
app/views/appointments/clinic-closures.html | 2 +-
app/views/appointments/clinic-times.html | 2 +-
app/views/appointments/create-and-manage-clinics.html | 2 +-
app/views/appointments/days.html | 2 +-
app/views/appointments/details-single.html | 2 +-
app/views/appointments/services.html | 2 +-
app/views/appointments/sites.html | 2 +-
app/views/appointments/success-series.html | 2 +-
app/views/appointments/success-single.html | 2 +-
app/views/appointments/type-of-clinic.html | 2 +-
app/views/appointments/view-day.html | 2 +-
app/views/appointments/view-month.html | 2 +-
app/views/appointments/view-week.html | 2 +-
17 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/app/views/appointments/check-answers-series.html b/app/views/appointments/check-answers-series.html
index 232665e..fe64311 100644
--- a/app/views/appointments/check-answers-series.html
+++ b/app/views/appointments/check-answers-series.html
@@ -1,4 +1,4 @@
-{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
+{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}
{% set currentSection = "plus" %}
diff --git a/app/views/appointments/check-answers-single.html b/app/views/appointments/check-answers-single.html
index 8086b5d..03ed748 100644
--- a/app/views/appointments/check-answers-single.html
+++ b/app/views/appointments/check-answers-single.html
@@ -1,4 +1,4 @@
-{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
+{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}
{% set currentSection = "plus" %}
diff --git a/app/views/appointments/clinic-closures-add.html b/app/views/appointments/clinic-closures-add.html
index d4653a9..d54083e 100644
--- a/app/views/appointments/clinic-closures-add.html
+++ b/app/views/appointments/clinic-closures-add.html
@@ -1,4 +1,4 @@
-{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
+{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}
{% set currentSection = "plus" %}
diff --git a/app/views/appointments/clinic-closures-playback.html b/app/views/appointments/clinic-closures-playback.html
index e17130e..7ef1363 100644
--- a/app/views/appointments/clinic-closures-playback.html
+++ b/app/views/appointments/clinic-closures-playback.html
@@ -1,4 +1,4 @@
-{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
+{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}
{% set currentSection = "plus" %}
diff --git a/app/views/appointments/clinic-closures.html b/app/views/appointments/clinic-closures.html
index 777b425..ec01d74 100644
--- a/app/views/appointments/clinic-closures.html
+++ b/app/views/appointments/clinic-closures.html
@@ -1,4 +1,4 @@
-{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
+{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}
{% set currentSection = "plus" %}
diff --git a/app/views/appointments/clinic-times.html b/app/views/appointments/clinic-times.html
index b063fc2..9e4e986 100644
--- a/app/views/appointments/clinic-times.html
+++ b/app/views/appointments/clinic-times.html
@@ -1,4 +1,4 @@
-{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
+{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}
{% set currentSection = "plus" %}
diff --git a/app/views/appointments/create-and-manage-clinics.html b/app/views/appointments/create-and-manage-clinics.html
index 2c985f2..6122402 100644
--- a/app/views/appointments/create-and-manage-clinics.html
+++ b/app/views/appointments/create-and-manage-clinics.html
@@ -1,4 +1,4 @@
-{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
+{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}
{% set currentSection = "plus" %}
diff --git a/app/views/appointments/days.html b/app/views/appointments/days.html
index 91ff50d..be29161 100644
--- a/app/views/appointments/days.html
+++ b/app/views/appointments/days.html
@@ -1,4 +1,4 @@
-{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
+{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}
{% set currentSection = "plus" %}
diff --git a/app/views/appointments/details-single.html b/app/views/appointments/details-single.html
index 037cfb8..5de4534 100644
--- a/app/views/appointments/details-single.html
+++ b/app/views/appointments/details-single.html
@@ -1,4 +1,4 @@
-{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
+{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}
{% set currentSection = "plus" %}
diff --git a/app/views/appointments/services.html b/app/views/appointments/services.html
index e9a590e..9b44592 100644
--- a/app/views/appointments/services.html
+++ b/app/views/appointments/services.html
@@ -1,4 +1,4 @@
-{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
+{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}
{% set currentSection = "plus" %}
diff --git a/app/views/appointments/sites.html b/app/views/appointments/sites.html
index 04df753..6ab2c89 100644
--- a/app/views/appointments/sites.html
+++ b/app/views/appointments/sites.html
@@ -1,4 +1,4 @@
-{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
+{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}
{% set currentSection = "plus" %}
diff --git a/app/views/appointments/success-series.html b/app/views/appointments/success-series.html
index 30c8efa..45bfa5c 100644
--- a/app/views/appointments/success-series.html
+++ b/app/views/appointments/success-series.html
@@ -1,4 +1,4 @@
-{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
+{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}
{% set currentSection = "plus" %}
diff --git a/app/views/appointments/success-single.html b/app/views/appointments/success-single.html
index 926e4d5..067acdd 100644
--- a/app/views/appointments/success-single.html
+++ b/app/views/appointments/success-single.html
@@ -1,4 +1,4 @@
-{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
+{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}
{% set currentSection = "plus" %}
diff --git a/app/views/appointments/type-of-clinic.html b/app/views/appointments/type-of-clinic.html
index cabaac1..2bdd5a9 100644
--- a/app/views/appointments/type-of-clinic.html
+++ b/app/views/appointments/type-of-clinic.html
@@ -1,4 +1,4 @@
-{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
+{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}
{% set currentSection = "plus" %}
diff --git a/app/views/appointments/view-day.html b/app/views/appointments/view-day.html
index 09d20c5..3135c87 100644
--- a/app/views/appointments/view-day.html
+++ b/app/views/appointments/view-day.html
@@ -1,4 +1,4 @@
-{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
+{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}
{% set currentSection = "plus" %}
diff --git a/app/views/appointments/view-month.html b/app/views/appointments/view-month.html
index c4bb65a..5a73bde 100644
--- a/app/views/appointments/view-month.html
+++ b/app/views/appointments/view-month.html
@@ -1,4 +1,4 @@
-{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
+{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}
{% set currentSection = "plus" %} {% set pageName = date({ month: "long", year: "numeric" }) ~ " (this month)" %}
diff --git a/app/views/appointments/view-week.html b/app/views/appointments/view-week.html
index 75755df..e89ebb2 100644
--- a/app/views/appointments/view-week.html
+++ b/app/views/appointments/view-week.html
@@ -1,4 +1,4 @@
-{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
+{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}
{% set currentSection = "plus" %}
From 1355e8f21b95104a1057c11b66933c30b4caefd3 Mon Sep 17 00:00:00 2001
From: Benjy Stanton <2545065+benjystanton@users.noreply.github.com>
Date: Fri, 7 Aug 2026 11:10:56 +0100
Subject: [PATCH 06/13] Updated page title
---
app/views/appointments/manage-site.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/app/views/appointments/manage-site.html b/app/views/appointments/manage-site.html
index ce6b4d9..e9f80fa 100644
--- a/app/views/appointments/manage-site.html
+++ b/app/views/appointments/manage-site.html
@@ -4,6 +4,10 @@
{% set pageName = "Manage site" %}
+{% block pageTitle %}
+ {{ pageName }} - Record a vaccination - NHS
+{% endblock %}
+
{% block content %}