diff --git a/app/data/vaccines.js b/app/data/vaccines.js index 280ea859..79182832 100644 --- a/app/data/vaccines.js +++ b/app/data/vaccines.js @@ -118,6 +118,14 @@ module.exports = [ { name: "Pneumovax", type: "injection" + }, + { + name: "Prevenar 13", + type: "injection" + }, + { + name: "Prevenar 20", + type: "injection" } ] }, diff --git a/app/views/apply/start.html b/app/views/apply/start.html index 3649ee47..bae31e67 100644 --- a/app/views/apply/start.html +++ b/app/views/apply/start.html @@ -24,7 +24,7 @@

{{ pageName }}

You can sign up if you are a community pharmacy offering NHS vaccinations.

-

If you need to sign up for more than 1 pharmacy, you can use this form multiple times or contact us. +

If you need to sign up for more than 1 pharmacy, you can use this form multiple times.

diff --git a/app/views/user-profile/index.html b/app/views/user-profile/index.html index 066bf7a7..e656f3b6 100644 --- a/app/views/user-profile/index.html +++ b/app/views/user-profile/index.html @@ -109,8 +109,6 @@

Your profile

{% endif %} -

If you need to change your email address, contact support.

-