File tree Expand file tree Collapse file tree 2 files changed +58
-2
lines changed
Expand file tree Collapse file tree 2 files changed +58
-2
lines changed Original file line number Diff line number Diff line change 1+ {% extends 'reg-portal/layout.html' %}
2+
3+ {% block pageTitle %}
4+ Sam Smith - GP registrations portal - NHS
5+ {% endblock %}
6+
7+ {% block content %}
8+
9+ < div class ="nhsuk-grid-row ">
10+ < div class ="nhsuk-grid-column-two-thirds ">
11+
12+ {{ backLink({
13+ text: "Go back",
14+ href: "reject-reasons"
15+ }) }}
16+
17+ < form action ="reject-confirm " method ="post " autocomplete ="off ">
18+
19+ {% call fieldset({
20+ legend: {
21+ text: "About the other reasonable grounds",
22+ classes: "nhsuk-fieldset__legend--l",
23+ isPageHeading: true
24+ }
25+ }) %}
26+
27+ {{ textarea({
28+ "name": "allergies-details",
29+ "id": "allergies-details",
30+ "label": {
31+ "text": "Give a brief description of the reasonable grounds (optional)"
32+ }
33+ }) }}
34+
35+ {% endcall %}
36+
37+ {{ button({
38+ "text": "Continue"
39+ }) }}
40+
41+ </ form >
42+
43+ </ div >
44+ </ div >
45+
46+ </ div>
47+ </ div>
48+
49+
50+
51+ {% endblock %}
52+
53+ {% block pageScripts %}
54+
55+
56+ {% endblock %}
Original file line number Diff line number Diff line change 4949 checked: checked("reject-reason", "Previous removal")
5050 },
5151 {
52- "value": "Other reasonable grounds ",
52+ "value": "Other~/reg-portal/reject-reasons-details ",
5353 "text": "Other reasonable grounds",
54- checked: checked("reject-reason", "Other reasonable grounds ")
54+ checked: checked("reject-reason", "Other")
5555 }
5656 ]
5757 }) }}
You can’t perform that action at this time.
0 commit comments