diff --git a/files/templates/submission_banned.html b/files/templates/submission_banned.html index 7ed04f0b1..7fa893f3c 100644 --- a/files/templates/submission_banned.html +++ b/files/templates/submission_banned.html @@ -14,91 +14,73 @@ {% endblock %} {% block content %} -
-
-
-
- -
{{p.plaintitle(v)}}
- - -
- - -
-
-
- - - -
-
-
- -
- {% if v and v.admin_level >= 2 and p.body_html %} -
- {{p.body_html | safe}} +
+
+
+
+ +
{{p.plaintitle(v)}}
+ +
+
+
+
+ + + +
+
+
+ {% if v and v.admin_level >= 2 and p.body_html %} +
+ {{p.realbody(v) | safe}} +
{% endif %} - -
-
- - - - {% include "volunteer_teaser.html" %} - -
+
+
+ + {% include "volunteer_teaser.html" %} +
{% with comments=p.replies %} {% include "comments.html" %} {% endwith %}
- - - - {% endblock %} {% block mobileactions %} - - - + {% endblock %}