From 37655a0410ae40c709438b7d68a37a262b382f63 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 15 Mar 2018 13:43:08 +0000 Subject: [PATCH] Gave the 404 message a class which will make it easier to pick out the message during testing. - Legacy-Id: 14826 --- ietf/templates/404.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ietf/templates/404.html b/ietf/templates/404.html index 5dcb2304e..b85786550 100644 --- a/ietf/templates/404.html +++ b/ietf/templates/404.html @@ -5,13 +5,16 @@ {% block content %} +
-

The page you were looking for couldn't be found.

+

The page you were looking for couldn't be found.

-

The requested URL was not found on this server. If you entered the URL - manually please check your spelling and try again.

+

The requested URL was not found on this server. If you entered the URL + manually please check your spelling and try again.

-

If you think this is a server error, please contact {{ bugreport_email }}.

+

If you think this is a server error, please contact {{ bugreport_email }}.

+ +
{% endblock %}