From 025832586572add000264c6ddd5d6c1b98bcc06a Mon Sep 17 00:00:00 2001 From: kek7198 Date: Thu, 25 Nov 2021 10:20:25 -0600 Subject: [PATCH] fix --- files/templates/submission_listing.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 414542a98e..7ae78bd81d 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -42,6 +42,16 @@
+
+ + {% if p.club %} + COUNTRY CLUB + {% endif %} + {{p.realtitle(v) | safe}} + +
+
{% if p.bannedfor and p.author.banned_by %} @@ -77,11 +87,6 @@   {{p.views}} views
-
- {% if p.club %}COUNTRY CLUB{% endif %} - {{p.realtitle(v) | safe}} -
-