Skip to content

Commit ea1ce7b

Browse files
Adding new parent login screen
1 parent 05a6808 commit ea1ce7b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/views/live/continue-with-nhs-login-parent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h2 class="nhsuk-heading-m">Would you like to use your NHS account?</h2>
3939
<a href="nhs-login-email?use-login=true&login-level=p9" class="nhsuk-button nhsuk-button--blue nhsuk-u-margin-bottom-4" type="submit">
4040
Use NHS account</a>
4141
</div>
42-
<p><a href="what-is-your-name?use-login=false" class="nhsuk-button nhsuk-button--secondary">Do not use account</a></p>
42+
<p><a href="are-you-registered" class="nhsuk-button nhsuk-button--secondary">Do not use account</a></p>
4343

4444
</div>
4545
</div>

app/views/live/relation-of-dependant.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="nhsuk-grid-row">
3030
<div class="nhsuk-grid-column-two-thirds">
3131

32-
<form action="relation-of-dependant-answer" method="post" autocomplete="off">
32+
<form action="" method="post" autocomplete="off">
3333

3434
{{ radios({
3535
"idPrefix": "relation",
@@ -43,23 +43,23 @@
4343
},
4444
"items": [
4545
{
46-
"value": "Parent or guardian",
46+
"value": "Parent~/live/continue-with-nhs-login-parent",
4747
"text": "Parent or guardian",
4848
"hint": {
4949
"text": ""
5050
},
5151
"checked": checked("relation", "Parent or guardian")
5252
},
5353
{
54-
"value": "Carer",
54+
"value": "Carer~/live/carer-type",
5555
"text": "Carer",
5656
"hint": {
5757
"text": "Includes foster parents and carers who are young, paid or unpaid. "
5858
},
5959
"checked": checked("relation", "Carer")
6060
},
6161
{
62-
"value": "Other",
62+
"value": "Other~/live/carer-details",
6363
"text": "Other",
6464
"hint": {
6565
"text": ""

0 commit comments

Comments
 (0)