We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e281d1a + 11b100d commit 32364c4Copy full SHA for 32364c4
LearningHub.Nhs.WebUI/Views/Account/CreateAccountCurrentRole.cshtml
@@ -22,7 +22,7 @@
22
<div class="nhsuk-grid-column-two-thirds @(returnToConfirmation ? "nhsuk-u-padding-top-7":string.Empty) nhsuk-u-padding-bottom-9">
23
@if (!returnToConfirmation)
24
{
25
- if (Model.CountryId == "1")
+ if (Model.CountryId == "1" || errorHasOccurred)
26
27
<vc:back-link asp-controller="Account" asp-action="CreateAccountRegionSelection" asp-all-route-data="@routeData" link-text="Back to: Select your region" />
28
0 commit comments