Skip to content

Commit 32364c4

Browse files
authored
Merge pull request #767 from TechnologyEnhancedLearning/Develop/Fixes/TD-4199-DIG1801-There-are-some-problems-with-the-consistency-and-operation-of-components
TD-4199: DIG1801: There are some problems with the consistency and op…
2 parents e281d1a + 11b100d commit 32364c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LearningHub.Nhs.WebUI/Views/Account/CreateAccountCurrentRole.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class="nhsuk-grid-column-two-thirds @(returnToConfirmation ? "nhsuk-u-padding-top-7":string.Empty) nhsuk-u-padding-bottom-9">
2323
@if (!returnToConfirmation)
2424
{
25-
if (Model.CountryId == "1")
25+
if (Model.CountryId == "1" || errorHasOccurred)
2626
{
2727
<vc:back-link asp-controller="Account" asp-action="CreateAccountRegionSelection" asp-all-route-data="@routeData" link-text="Back to: Select your region" />
2828

0 commit comments

Comments
 (0)