From d84d11f1a2eb116055a883537101178abd2f4aab Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 15:08:33 -0600 Subject: [PATCH] fix --- files/templates/errors/400.html | 2 +- files/templates/errors/401.html | 2 +- files/templates/errors/403.html | 2 +- files/templates/errors/404.html | 2 +- files/templates/errors/405.html | 2 +- files/templates/errors/429.html | 14 +++++++------- files/templates/errors/500.html | 18 ++++++++---------- files/templates/errors/nsfw.html | 31 +++++++++++++++---------------- 8 files changed, 35 insertions(+), 38 deletions(-) diff --git a/files/templates/errors/400.html b/files/templates/errors/400.html index 6491a2b16..d7dc0b97d 100644 --- a/files/templates/errors/400.html +++ b/files/templates/errors/400.html @@ -9,7 +9,7 @@ {% block content %}
- +

400 Bad Request

That request was bad and you should feel bad. diff --git a/files/templates/errors/401.html b/files/templates/errors/401.html index ae633c184..e89b302ac 100644 --- a/files/templates/errors/401.html +++ b/files/templates/errors/401.html @@ -9,7 +9,7 @@ {% block content %}

- +

401 Not Authorized

What you're trying to do requires an account. I think. The original error message said something about a castle and I hated that. diff --git a/files/templates/errors/403.html b/files/templates/errors/403.html index b2c24998a..81fe6ff59 100644 --- a/files/templates/errors/403.html +++ b/files/templates/errors/403.html @@ -9,7 +9,7 @@ {% block content %}

- +

403 Forbidden

YOU AREN'T WELCOME HERE GO AWAY diff --git a/files/templates/errors/404.html b/files/templates/errors/404.html index e43e032e6..d3a9dd65f 100644 --- a/files/templates/errors/404.html +++ b/files/templates/errors/404.html @@ -9,7 +9,7 @@ {% block content %}

- +

404 Page Not Found

Someone typed something wrong and it was probably you, please do better. diff --git a/files/templates/errors/405.html b/files/templates/errors/405.html index 2fabe8f11..01afd7560 100644 --- a/files/templates/errors/405.html +++ b/files/templates/errors/405.html @@ -9,7 +9,7 @@ {% block content %}

- +

405 Method Not Allowed

idk how anyone gets this error but if you see this, remember to follow @carpathianflorist diff --git a/files/templates/errors/429.html b/files/templates/errors/429.html index 29357cb16..a4d16a14e 100644 --- a/files/templates/errors/429.html +++ b/files/templates/errors/429.html @@ -7,14 +7,14 @@ {% block pagetype %}error-429{% endblock %} {% block content %} -

-
-
- -

+
+
+

429 Too Many Requests

-

go spam somewhere else nerd

-
+

+ go spam somewhere else nerd +

+ Go to frontpage
{% endblock %} diff --git a/files/templates/errors/500.html b/files/templates/errors/500.html index b31eea6e6..067be4952 100644 --- a/files/templates/errors/500.html +++ b/files/templates/errors/500.html @@ -7,16 +7,14 @@ {% block pagetype %}error-500{% endblock %} {% block content %} -
-
-
- -

-			

500 Internal Server Error

-

Hiiiii it's carp! I think this error means that there's a timeout error. And I think that means something took too long to load so it decided not to work at all. If you keep seeing this on the same page but not other pages, then something is probably wrong with that specific function. It may not be called a function, but that sounds right to me. Anyway, ping me and I'll whine to someone smarter to fix it. Don't bother them. Thanks ily <3

- - -
+
+
+ +

500 Interal Server Error

+

+ Hiiiii it's carp! I think this error means that there's a timeout error. And I think that means something took too long to load so it decided not to work at all. If you keep seeing this on the same page but not other pages, then something is probably wrong with that specific function. It may not be called a function, but that sounds right to me. Anyway, ping me and I'll whine to someone smarter to fix it. Don't bother them. Thanks ily <3 +

+ Go to frontpage
{% endblock %} diff --git a/files/templates/errors/nsfw.html b/files/templates/errors/nsfw.html index 25371ead2..caa4848cd 100644 --- a/files/templates/errors/nsfw.html +++ b/files/templates/errors/nsfw.html @@ -7,22 +7,21 @@ {% block pagetype %}error-451{% endblock %} {% block content %} -
-
-
- -

Are you over 18?

-

This post is rated +18 (Adult-Only). You must be 18 or older to continue. Are you sure you want to proceed?

-
- -
- - -
- -
- +
+
+ +

Are you over 18?

+

+ This post is rated +18 (Adult-Only). You must be 18 or older to continue. Are you sure you want to proceed? +

+
+
+ + +
+ No
-{% endblock %} \ No newline at end of file +{% endblock %} +