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" %} 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

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 patients

-

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

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" %}