From 9f1e65377dc627864e08cfb71411947a08d576ad Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 23 Aug 2022 23:39:44 +0200 Subject: [PATCH] remove sum bullshit --- files/templates/home.html | 8 -------- files/templates/submission_listing.html | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/files/templates/home.html b/files/templates/home.html index c9790c706..7c83a8ca7 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -38,14 +38,6 @@ {% block desktopBanner %} -{% if v and v.id == AEVANN_ID %} - -{% endif %} -
{% if sub %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 1e12be860..1121291aa 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -231,7 +231,7 @@
- + {% if p.club %}{{CC}}{% endif %} {% if p.category %}{{help.submission_category_tag(p.category.name, p.category.color_text, p.category.color_bg)}}{% endif %} {% if p.flair %}{{p.flair | safe}}{% endif %}