diff --git a/www/conservancy/static/401error.html b/www/conservancy/static/401error.html new file mode 100644 index 0000000000000000000000000000000000000000..19ad5a38139061d9396e4d1a63764eb7a44fde7d --- /dev/null +++ b/www/conservancy/static/401error.html @@ -0,0 +1,10 @@ +{% extends "base_error.html" %} +{% block content %} + +

401 Error

+ +

The page you request at conservancy.softwarefreedom.org +requires authorization. Please use the navigation items to find a +page that you are authorized to see.

+ +{% endblock %}