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

401 Error

+ +

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

+ +{% endblock %}