From 967d8368601684027f4acdc98a7a2d2d5dc1be73 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 15:03:24 -0600 Subject: [PATCH] fix --- files/templates/errors/401.html | 2 +- files/templates/errors/403.html | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/files/templates/errors/401.html b/files/templates/errors/401.html index 40d3e6ba1..ae633c184 100644 --- a/files/templates/errors/401.html +++ b/files/templates/errors/401.html @@ -11,7 +11,7 @@

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.

Create an account diff --git a/files/templates/errors/403.html b/files/templates/errors/403.html index b338b48b3..faa79b818 100644 --- a/files/templates/errors/403.html +++ b/files/templates/errors/403.html @@ -19,3 +19,16 @@
{% endblock %} + +{% block content %} +
+
+ +

403 Forbidden

+

+ YOU AREN'T WELCOME HERE GO AWAY +

+ Go to frontpage +
+
+{% endblock %}