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 %}