Skip to content

Commit 5eb0770

Browse files
authored
Created another Before you start screen (#255)
Adding a new file for another version of the 'Before you start screen'. This one is for scenario when no vaccines have been added AND no clinician has been added.
1 parent d884279 commit 5eb0770

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

app/views/vaccinate/empty1.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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 class="nhsuk-body-l">Before you start:</p>
13+
<ul>
14+
<li>vaccines must be added for your organisation</li>
15+
<li>at least 1 user must have "clinician" status</li>
16+
</ul>
17+
<p class="nhsuk-body-l">An administrator can add vaccines. A lead administrator can add or change a user.</p>
18+
19+
20+
</div>
21+
</div>
22+
23+
{% endblock %}

0 commit comments

Comments
 (0)