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

403 Error

+ +

The page you request at conservancy.softwarefreedom.org +does not have read permission. Please use the navigation items to +find a page that you are authorized to see.

+ +{% endblock %}