From cc680f000eefa87544f26c01ebd558c617bb6ed1 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 00:12:16 -0600 Subject: [PATCH] fix --- files/templates/submission_listing.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index ac1c2b28c..4ec38a9df 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -104,9 +104,6 @@ {% if p.is_pinned and request.path.startswith('/@') %} {% endif %} - {% if p.over_18 %} - +18 - {% endif %} {% if p.is_bot %} {% endif %} @@ -184,6 +181,9 @@
+ {% if p.over_18 %} + +18 + {% endif %} {% if p.club %} Country Club {% endif %}