Skip to content

Commit 37655a0

Browse files
committed
Gave the 404 message a class which will make it easier to pick out the message during testing.
- Legacy-Id: 14826
1 parent dedf681 commit 37655a0

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

ietf/templates/404.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@
55
{% block content %}
66

77
<img class="ietflogo" src="{% static 'ietf/images/ietflogo.png' %}" alt="IETF" style="width: 10em">
8+
<div class='alert'>
89

9-
<h2>The page you were looking for couldn't be found.</h2>
10+
<h2>The page you were looking for couldn't be found.</h2>
1011

1112

12-
<p> The requested URL was not found on this server. If you entered the URL
13-
manually please check your spelling and try again.</p>
13+
<p> The requested URL was not found on this server. If you entered the URL
14+
manually please check your spelling and try again.</p>
1415

15-
<p>If you think this is a server error, please contact <a href="mailto:{{ bugreport_email }}">{{ bugreport_email }}</a>.</p>
16+
<p>If you think this is a server error, please contact <a href="mailto:{{ bugreport_email }}">{{ bugreport_email }}</a>.</p>
17+
18+
</div>
1619
{% endblock %}
1720

0 commit comments

Comments
 (0)