Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion runner/src/server/views/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1 class="govuk-heading-xl">Page not found</h1>
<p class="govuk-body">If you pasted the web address, check you copied the entire address.</p>
<p class="govuk-body">If the web address is correct or you selected a link or a button, contact us to speak to an adviser.</p>
<p class="govuk-body">Email:<br>
<strong class="govuk-!-font-weight-bold"><a class="govuk-link" href="mailto:fsd.support@levellingup.gov.uk">fsd.support@levellingup.gov.uk</a></strong>
<strong class="govuk-!-font-weight-bold"><a class="govuk-link" href="mailto:fundingservice.support@communities.gov.uk">fundingservice.support@communities.gov.uk</a></strong>
</p>
<div class="govuk-inset-text">Do not send any applications or attachments by email. We'll only accept applications
through this service.</div>
Expand Down
2 changes: 1 addition & 1 deletion runner/src/server/views/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-l">Sorry, there is a problem with the service</h1>
<p class="govuk-body">Try again later.</p>
<p class="govuk-body">If the problem persists email <a class="govuk-link" href="mailto:fsd.support@levellingup.gov.uk">fsd.support@levellingup.gov.uk</a></p>
<p class="govuk-body">If the problem persists email <a class="govuk-link" href="mailto:fundingservice.support@communities.gov.uk">fundingservice.support@communities.gov.uk</a></p>
</div>
</div>
</div>
Expand Down