From db39fbb446db3d852f61caf64c9d674e9daa7118 2024-03-22 00:23:19 From: Ben Sturmfels Date: 2024-03-22 00:23:19 Subject: [PATCH] Remove unused `static/error` templates --- diff --git a/conservancy/static/error/401/index.html b/conservancy/static/error/401/index.html deleted file mode 100644 index 518eaff15605a4afad4ac7e5d9ec72db0b362755..0000000000000000000000000000000000000000 --- a/conservancy/static/error/401/index.html +++ /dev/null @@ -1,10 +0,0 @@ -{% 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 %} diff --git a/conservancy/static/error/403/index.html b/conservancy/static/error/403/index.html deleted file mode 100644 index 42a783a93b5b42deccfb6f9c2b1213587e347a3e..0000000000000000000000000000000000000000 --- a/conservancy/static/error/403/index.html +++ /dev/null @@ -1,10 +0,0 @@ -{% extends "base_error.html" %} -{% block content %} - -

403 Error

- -

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 a9e3b15bd84e32ee819e162299e76e35b111afa7..0000000000000000000000000000000000000000 --- a/conservancy/static/error/404/index.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "base_error.html" %} -{% block content %} - -

404 Error

- -

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 92644de1518df61196492cf93edd3719073a5f4b..0000000000000000000000000000000000000000 --- a/conservancy/static/error/500/index.html +++ /dev/null @@ -1 +0,0 @@ -{% extends "500.html" %}