File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ {% extends 'layout.html' %}
2+
3+ {% block customStyles %}
4+
5+ < STYLE type ="text/css ">
6+ .nhsuk-summary-list__key {
7+ width : 50% ;
8+ }
9+ </ STYLE >
10+
11+ {% endblock %}
12+
13+ <!-- For adding page content -->
14+ <!-- Page layout code can be found at https://service-manual.nhs.uk/design-system/styles/layout -->
15+ {% block content %}
16+
17+ < div class ="pseudo-bg-gp "> </ div >
18+ < div class ="gpemail-metadata ">
19+ < p > < strong > From: </ strong > Register with a GP Surgery</ p >
20+ < p > < strong > Subject: </ strong > 12 registrations waiting to be accepted</ p >
21+ </ div >
22+
23+ < div class ="pseudo-gpemail-template ">
24+
25+ < p > Dear Ossett Surgery,</ p >
26+ < div id ="main-email-body " class ="nhsuk-u-padding-bottom-9 ">
27+ < p > Yesterday, < strong > 12 people completed a registration</ strong > which were added to the Manage my registrations portal.</ p >
28+ < p > You can review these registrations in Manage my registrations and accept them.</ p >
29+ </ div >
30+
31+ < p > If you cannot access Manage my registrations...</ p >
32+
33+
34+ {% endblock %}
You can’t perform that action at this time.
0 commit comments