Skip to content

Commit 4757e56

Browse files
Linking login and start page
1 parent 5fbed79 commit 4757e56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/reg-portal/login-options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
href: "login"
1515
}) }}
1616

17-
<form action="reject-confirm" method="post" autocomplete="off">
17+
<form action="start" method="post" autocomplete="off">
1818

1919
{% call fieldset({
2020
legend: {

app/views/reg-portal/start.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1 class="nhsuk-heading-xl">GP portal</h1>
2121
<li class="nhsuk-grid-column-two-thirds nhsuk-card-group__item">
2222
<div class="nhsuk-card nhsuk-card--clickable">
2323
<div class="nhsuk-card__content nhsuk-card__content--primary">
24-
<h2 class="nhsuk-card__heading nhsuk-heading-m"> <a class="nhsuk-card__link" href="#">Accept or reject registrations</a> </h2>
24+
<h2 class="nhsuk-card__heading nhsuk-heading-m"> <a class="nhsuk-card__link" href="reg-table-v2-yes-no">Accept or reject registrations</a> </h2>
2525
<p class="nhsuk-card__description">View new registrations and accept or reject them</p> <svg class="nhsuk-icon" xmlns="http://www.w3.org/2000/svg" width="27" height="27" aria-hidden="true" focusable="false">
2626
<circle cx="13.333" cy="13.333" r="13.333" fill="" />
2727
<g data-name="Group 1" fill="none" stroke="#fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2.667">

0 commit comments

Comments
 (0)