From 4d67b0056d4a0fd971adbcaf4a229b9aa26f61e1 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 15:02:19 -0600 Subject: [PATCH] fix --- files/templates/errors/401.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/files/templates/errors/401.html b/files/templates/errors/401.html index 0ba2c09b8..40d3e6ba1 100644 --- a/files/templates/errors/401.html +++ b/files/templates/errors/401.html @@ -7,18 +7,15 @@ {% block pagetype %}error-401{% endblock %} {% 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.

-
Create an account
-
Or sign in
-
+
+
+ +

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 + Login
{% endblock %} \ No newline at end of file