Skip to content
Draft
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
12 changes: 3 additions & 9 deletions app/templates/error/404-notifications-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,13 @@ <h1 class="heading-large">
Page not found
</h1>
<p class="govuk-body">
If you typed the web address, check it is correct.
If the web address you entered is correct, the page you’re looking for may no longer exist.
</p>
<p class="govuk-body">
If you pasted the web address, check you copied the entire URL.
For security, GOV.UK Notify only keeps a temporary record of the emails, text messages and letters you send.
</p>
<p class="govuk-body">
If the web address is correct, the page you’re looking for may no longer exist.
</p>
<p class="govuk-body">
For security, GOV.UK Notify only keeps a temporary record of the emails, text messages and letters you send.
</p>
<p class="govuk-body">
For more information, see: <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.guidance_data_retention_period') }}">Data retention period</a>
For more information, see: <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.guidance_data_retention_period') }}">Data retention period</a>
</p>
</div>
</div>
Expand Down
Loading