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