diff --git a/drama/templates/errors/banaward.html b/drama/templates/errors/banaward.html index ec9af35d6..13f37de53 100644 --- a/drama/templates/errors/banaward.html +++ b/drama/templates/errors/banaward.html @@ -1,86 +1,16 @@ - - - +{% extends "default.html" %} - - +{% block title %} +405 Method Not Allowed +{% endblock %} - - +{% block pagetype %}error-405{% endblock %} - -403 Unauthorized - - - - - - - - - - - - - - {% if v %} - - {% if v.agendaposter %}{% elif v.css %}{% endif %} - {% else %} - - {% endif %} - - - - - - - - - - - - - - - - -
-
- -
+{% block content %}
-
-
- - - - +
+
+

403 Unauthorized

You have 0 ban awards (they're a patron perk):

https://rdrama.gumroad.com/l/tfcvri

@@ -88,37 +18,4 @@
- - - - - -
- - -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - +{% endblock %} \ No newline at end of file diff --git a/drama/templates/errors/patron.html b/drama/templates/errors/patron.html index a5728ffc0..6ff4ce833 100644 --- a/drama/templates/errors/patron.html +++ b/drama/templates/errors/patron.html @@ -1,86 +1,16 @@ - - - +{% extends "default.html" %} - - +{% block title %} +405 Method Not Allowed +{% endblock %} - - +{% block pagetype %}error-405{% endblock %} - -403 Unauthorized - - - - - - - - - - - - - - {% if v %} - - {% if v.agendaposter %}{% elif v.css %}{% endif %} - {% else %} - - {% endif %} - - - - - - - - - - - - - - - - -
-
- -
+{% block content %}
-
-
- - - - +
+
+

403 Unauthorized

This page is only available to patrons:

https://rdrama.gumroad.com/l/tfcvri

@@ -88,37 +18,4 @@
- - - - - -
- - -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - +{% endblock %} \ No newline at end of file