Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions app/data/vaccines.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@ module.exports = [
{
name: "Pneumovax",
type: "injection"
},
{
name: "Prevenar 13",
type: "injection"
},
{
name: "Prevenar 20",
type: "injection"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion app/views/apply/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1 class="nhsuk-heading-l">{{ pageName }}</h1>

<p>You can sign up if you are a community pharmacy offering NHS vaccinations.</p>

<p>If you need to sign up for more than 1 pharmacy, you can use this form multiple times or <a href="/contact">contact us</a>.</li>
<p>If you need to sign up for more than 1 pharmacy, you can use this form multiple times.</li>
</p>

<form action="/apply/answer-pharmacy" method="post">
Expand Down
2 changes: 0 additions & 2 deletions app/views/user-profile/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ <h1 class="nhsuk-heading-l">Your profile</h1>

{% endif %}

<p>If you need to change your email address, <a href="/contact-us">contact support</a>.</p>

</div>
</div>

Expand Down