Skip to content
Merged
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
12 changes: 11 additions & 1 deletion app/views/apply/check-your-email.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,19 @@ <h2 class="nhsuk-heading-l">{{ pageName }}</h2>

<p>We've set up an account for you as a lead administrator for Bestway Ltd.</p>

{% from "inset-text/macro.njk" import insetText %}

{% set insetTextHtml %}
<p>You must log in to the service within 7 days to activate your account for this pharmacy. Otherwise, you will have to sign up again.</p>
{% endset %}

{{ insetText({
html: insetTextHtml
}) }}

<p>You will now get a welcome email which includes:</p>
<ul>
<li>how to log in</li>
<li>how to log in to the service</li>
<li>how to add more users to your pharmacy
<li>links to our user guide and drop-in sessions</li>
</ul>
Expand Down