diff --git a/conservancy/static/error/401/index.html b/conservancy/static/error/401/index.html deleted file mode 100644 index 518eaff1..00000000 --- a/conservancy/static/error/401/index.html +++ /dev/null @@ -1,10 +0,0 @@ -{% extends "base_error.html" %} -{% block content %} - -
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 %} diff --git a/conservancy/static/error/403/index.html b/conservancy/static/error/403/index.html deleted file mode 100644 index 42a783a9..00000000 --- a/conservancy/static/error/403/index.html +++ /dev/null @@ -1,10 +0,0 @@ -{% extends "base_error.html" %} -{% block content %} - -The page you requested at sfconservancy.org -does not have read permission. Please use the navigation items to -find a page that you are authorized to see.
- -{% endblock %} diff --git a/conservancy/static/error/404/index.html b/conservancy/static/error/404/index.html deleted file mode 100644 index a9e3b15b..00000000 --- a/conservancy/static/error/404/index.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "base_error.html" %} -{% block content %} - -The page you requested at sfconservancy.org -was not found. Please use the navigation items to find a page that is -available.
-{% endblock %} diff --git a/conservancy/static/error/500/index.html b/conservancy/static/error/500/index.html deleted file mode 100644 index 92644de1..00000000 --- a/conservancy/static/error/500/index.html +++ /dev/null @@ -1 +0,0 @@ -{% extends "500.html" %}