Skip to content

Commit

Permalink
Merge pull request #899 from DFE-Digital/feature/179145-update-proble…
Browse files Browse the repository at this point in the history
…m-with-service-page

179145 - Build: update 'there is a problem with the service' content
  • Loading branch information
sukhybhullar-nimble authored Oct 15, 2024
2 parents 70142d8 + 4b2a54b commit 56dff5d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
@model Dfe.ManageFreeSchoolProjects.Pages.Errors.IndexModel
@inject Microsoft.Extensions.Configuration.IConfiguration _configuration
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-l" id="error-heading">@Model.ErrorMessage</h1>
<p class="govuk-body">
Try again later.
</p>
<p class="govuk-body">
If the system is still not working, <a href="mailto:@_configuration["SupportEmail"]?subject=Manage%20free%20schools:%20support%20query" class="govuk-link">email Service Support for help.</a>
If the system is still not working, <a href="https://forms.office.com/Pages/ResponsePage.aspx?id=yXfS-grGoU2187O4s0qC-X7F89QcWu5CjlJXwF0TVktUMTFEUVRCVVg4WlMyS1AzUEJSUDAySlhQTCQlQCN0PWcu" class="govuk-link">get help with a Regions Group system.</a>
</p>
</div>
</div>

0 comments on commit 56dff5d

Please sign in to comment.