From d962b0cac60b513a787281f7c7f7d0114c95614c Mon Sep 17 00:00:00 2001 From: sujithvg Date: Fri, 11 Oct 2024 15:54:41 +0100 Subject: [PATCH] Updates to 404 page not found view --- server/views/404.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/server/views/404.html b/server/views/404.html index fb9d025..498cae5 100644 --- a/server/views/404.html +++ b/server/views/404.html @@ -1,12 +1,15 @@ {% extends 'layout.html' %} +{% set pageTitle = 'Page not found' %} {% block content %}
-

{{ pageTitle }}

- -

If you typed the web address, check it is correct.

-

If you pasted the web address, check you copied the entire address.

+

Page not found

+

If you typed the web address, check it is correct.

+

If you copy and pasted the address, check you copied the full address.

+

+ If the web address is correct or you selected a link or button, find other ways to report an environmental incident. +

{% endblock %}