diff --git a/files/templates/errors/400.html b/files/templates/errors/400.html index 9ba090723..29a3dc90a 100644 --- a/files/templates/errors/400.html +++ b/files/templates/errors/400.html @@ -1,4 +1,4 @@ -{% extends "errors/default.html" %} +{% extends "default.html" %} {% block title %} 400 Bad Request diff --git a/files/templates/errors/401.html b/files/templates/errors/401.html index afd5f032c..c7168c6ee 100644 --- a/files/templates/errors/401.html +++ b/files/templates/errors/401.html @@ -1,4 +1,4 @@ -{% extends "errors/default.html" %} +{% extends "default.html" %} {% block title %} 401 Not Authorized diff --git a/files/templates/errors/403.html b/files/templates/errors/403.html index a4bb6f86d..f24128f90 100644 --- a/files/templates/errors/403.html +++ b/files/templates/errors/403.html @@ -1,4 +1,4 @@ -{% extends "errors/default.html" %} +{% extends "default.html" %} {% block title %} 403 Forbidden diff --git a/files/templates/errors/404.html b/files/templates/errors/404.html index d8a3d4f31..0923c7200 100644 --- a/files/templates/errors/404.html +++ b/files/templates/errors/404.html @@ -1,4 +1,4 @@ -{% extends "errors/default.html" %} +{% extends "default.html" %} {% block title %} 404 Page Not Found diff --git a/files/templates/errors/429.html b/files/templates/errors/429.html index a1812e8dc..294ce82e6 100644 --- a/files/templates/errors/429.html +++ b/files/templates/errors/429.html @@ -1,4 +1,4 @@ -{% extends "errors/default.html" %} +{% extends "default.html" %} {% block title %} 429 Too Many Requests diff --git a/files/templates/errors/500.html b/files/templates/errors/500.html index 8c664f27b..bddbdf3b9 100644 --- a/files/templates/errors/500.html +++ b/files/templates/errors/500.html @@ -1,4 +1,4 @@ -{% extends "errors/default.html" %} +{% extends "default.html" %} {% block title %} 500 Internal Server Error diff --git a/files/templates/errors/default.html b/files/templates/errors/default.html deleted file mode 100644 index 3f4bd73d9..000000000 --- a/files/templates/errors/default.html +++ /dev/null @@ -1,3 +0,0 @@ -{% extends "default.html" %} - -{% block customPadding %}{% endblock %} \ No newline at end of file diff --git a/files/templates/errors/nsfw.html b/files/templates/errors/nsfw.html index 0f5a836d6..25450c275 100644 --- a/files/templates/errors/nsfw.html +++ b/files/templates/errors/nsfw.html @@ -1,4 +1,4 @@ -{% extends "errors/default.html" %} +{% extends "default.html" %} {% block title %} +18