diff --git a/ietf/templates/403.html b/ietf/templates/403.html new file mode 100644 index 000000000..8acf070f1 --- /dev/null +++ b/ietf/templates/403.html @@ -0,0 +1,21 @@ +{# Copyright The IETF Trust 2007, All Rights Reserved #} +{% extends "base.html" %} +{% load static %} +{% block title %}404 Not Found{% endblock %} +{% block content %} + + +
+ +

Restricted Access.

+ + +

The page you tried to reach is not generally avaiable.

+ +

{{ exception }}

+ +

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

+ +
+{% endblock %} +