From b867d70cfd6bc97093a2a31976700306c0cea808 Mon Sep 17 00:00:00 2001 From: Dan York Date: Sat, 24 Mar 2012 18:19:30 +0000 Subject: [PATCH] Related to #817 - added a 401.html page for responding to authentication failures - Legacy-Id: 4223 --- ietf/templates/401.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ietf/templates/401.html 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 %}