From 76d200e900b796adf58bd33201155c21fca440d7 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 14:59:40 -0600 Subject: [PATCH] fix --- files/templates/errors/400.html | 15 +++++++-------- files/templates/errors/404.html | 14 ++++++-------- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/files/templates/errors/400.html b/files/templates/errors/400.html index 365184daf..d58efe20b 100644 --- a/files/templates/errors/400.html +++ b/files/templates/errors/400.html @@ -7,14 +7,13 @@ {% block pagetype %}error-400{% endblock %} {% block content %} -
-
-
- -

-			

400 Bad Request

-

That request was bad and you should feel bad.

-
+
+
+ +

400 Bad Request

+

+ That request was bad and you should feel bad. +

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

+
+
+

404 Page Not Found

-

Someone typed something wrong and it was probably you, please do better.

- -
+

+ Someone typed something wrong and it was probably you, please do better. +

{% endblock %}