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 %}