diff --git a/ietf/templates/401.html b/ietf/templates/401.html new file mode 100644 index 000000000..042a8cb70 --- /dev/null +++ b/ietf/templates/401.html @@ -0,0 +1,20 @@ +{# Copyright The IETF Trust 2012, All Rights Reserved #} +{% extends "base.html" %} +{% block title %}401 Unauthorized{% endblock %} +{% block content %} + + + +

Authentication Required

+ +

The server could not verify that you are authorized to view this page using +the username and password you provided. You can now:

+ + + +

If you think this is a server error, please contact webtools@ietf.org.

+{% endblock %}