Skip to content
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
15 changes: 7 additions & 8 deletions app/views/record-vaccinations/location.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,17 @@
isPageHeading: true
}
},
hint: {
text: "This is needed for payment and reporting."
},
errorMessage: {
text: (errorList | first).text
} if (errorList | length) > 0,
value: data.locationType,
items: [
{
text: "On site",
value: "On site"
value: "On site",
hint: {
text: "Includes hospitals, vaccination centres, primary care networks (PCNs), pharmacies, GP surgeries and detained settings"
}
},
{
value: "Care home",
Expand All @@ -94,8 +94,8 @@
value: "Housebound patient’s home"
},
{
text: "Outreach event",
value: "Outreach event"
text: "Off-site outreach event",
value: "Off-site outreach event"
}
]

Expand All @@ -113,5 +113,4 @@
</div>
</div>

{% endblock %}

{% endblock %}