From 7105b450994a77c472833042697bdfdf659755bc Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 15:10:27 -0600 Subject: [PATCH] fix --- files/templates/errors/patron.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/files/templates/errors/patron.html b/files/templates/errors/patron.html index ae08e4dde..d41de14ee 100644 --- a/files/templates/errors/patron.html +++ b/files/templates/errors/patron.html @@ -7,14 +7,14 @@ {% block pagetype %}error-401{% endblock %} {% block content %} -
-
-
- -

401 Not Authorized

-

This page is only available to {% if "rama" in request.host %}paypigs{% else %}patrons{% endif %}:

- {{'GUMROAD_LINK' | app_config}} -
+
+
+ +

401 Not Authorized

+

+ This page is only available to {% if "rama" in request.host %}paypigs{% else %}patrons{% endif %}: +

+ {{'GUMROAD_LINK' | app_config}}
{% endblock %} \ No newline at end of file