From 882caedd4c6ca1582c4882a3e48fa6b736035419 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Thu, 2 Dec 2021 21:07:03 -0600 Subject: [PATCH] fix --- files/templates/submission_listing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 65d6962618..a2c2eebaf8 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -298,7 +298,7 @@ {% if not p.club or v and (v.paid_dues or v.id == p.author_id) %} {% if p.realbody(v) %} -
+
{{p.realbody(v) | safe}}
{% endif %}