From 2d14edfe06b6444269e33947f6f07fa937bca8e7 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 15:00:44 -0600 Subject: [PATCH] fix --- files/templates/errors/400.html | 4 ++-- files/templates/errors/404.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/errors/400.html b/files/templates/errors/400.html index d58efe20b..b0618063b 100644 --- a/files/templates/errors/400.html +++ b/files/templates/errors/400.html @@ -7,8 +7,8 @@ {% block pagetype %}error-400{% endblock %} {% block content %} -
-
+
+

400 Bad Request

diff --git a/files/templates/errors/404.html b/files/templates/errors/404.html index 616c59298..d41c7e422 100644 --- a/files/templates/errors/404.html +++ b/files/templates/errors/404.html @@ -7,8 +7,8 @@ {% block pagetype %}error-404{% endblock %} {% block content %} -

-
+
+

404 Page Not Found