We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ddf4d3 commit b867d70Copy full SHA for b867d70
1 file changed
ietf/templates/401.html
@@ -0,0 +1,20 @@
1
+{# Copyright The IETF Trust 2012, All Rights Reserved #}
2
+{% extends "base.html" %}
3
+{% block title %}401 Unauthorized{% endblock %}
4
+{% block content %}
5
+
6
+<img src="/images/ietflogo2e.png" height="80" width="140"/>
7
8
+<h2>Authentication Required</h2>
9
10
+<p>The server could not verify that you are authorized to view this page using
11
+the username and password you provided. You can now:</p>
12
13
+<ul>
14
+<li><a href="/accounts/login/">Attempt to login again</a></li>
15
+<li><a href="/accounts/reset/">Request a password reset</a></li>
16
+</ul>
17
18
+<p>If you think this is a server error, please contact <a
19
+ href="mailto:webtools@ietf.org">webtools@ietf.org</a>.</p>
20
+{% endblock %}
0 commit comments