Skip to content

Commit 8f0ae8f

Browse files
authored
Before you start recording vaccinations screens (#257)
Changed font sizes in empty.html and emply1.html as body copy was too large. Plus created a 3rd file, empty2.html, for the third version of the 'Before you start' message. ![Optional _thumb_841846](https://github.com/user-attachments/assets/bed11c1c-7813-42ac-82bd-88538ce937ff) ![Optional _thumb_841847](https://github.com/user-attachments/assets/06121373-9dbc-48eb-aa53-e3137b965e2c) ![Optional _thumb_841848](https://github.com/user-attachments/assets/a85efbc7-749a-4508-8bcc-e1698900ba5b)
1 parent 7bb65c9 commit 8f0ae8f

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

app/views/vaccinate/empty.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<div class="nhsuk-grid-column-two-thirds">
1010

1111
<h1 class="nhsuk-heading-l">Record vaccinations</h1>
12-
<p class="nhsuk-body-l">Before you start, at least 1 user at your organisation must have "clinician" status.</p>
12+
<p>Before you start, at least 1 user at your organisation must have "clinician" status.</p>
1313

14-
<p class="nhsuk-body-l">A lead administrator can add or change a user.</p>
14+
<p>A lead administrator can add or change a user.</p>
1515

1616

1717
</div>

app/views/vaccinate/empty1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<div class="nhsuk-grid-column-two-thirds">
1010

1111
<h1 class="nhsuk-heading-l">Record vaccinations</h1>
12-
<p class="nhsuk-body-l">Before you start:</p>
12+
<p>Before you start:</p>
1313
<ul>
1414
<li>vaccines must be added for your organisation</li>
1515
<li>at least 1 user must have "clinician" status</li>
1616
</ul>
17-
<p class="nhsuk-body-l">An administrator can add vaccines. A lead administrator can add or change a user.</p>
17+
<p>An administrator can add vaccines. A lead administrator can add or change a user.</p>
1818

1919

2020
</div>

app/views/vaccinate/empty2.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{% extends 'layout.html' %}
2+
3+
{% set pageName = "Is the vaccination today?" %}
4+
5+
{% set currentSection = "vaccinate" %}
6+
7+
{% block content %}
8+
<div class="nhsuk-grid-row">
9+
<div class="nhsuk-grid-column-two-thirds">
10+
11+
<h1 class="nhsuk-heading-l">Record vaccinations</h1>
12+
<p>Before you start, vaccines must be added for your organisation.</p>
13+
14+
<p>An administrator can do this.</p>
15+
16+
17+
</div>
18+
</div>
19+
20+
{% endblock %}

0 commit comments

Comments
 (0)