From 0325295b89bc88e4d5dc4c5ddc686392243fbe48 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 30 Dec 2022 14:17:44 +0200 Subject: [PATCH] fix background in holiday theme --- files/templates/userpage/userpage.html | 4 +--- files/templates/util/html_head.html | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/files/templates/userpage/userpage.html b/files/templates/userpage/userpage.html index d8dc380997..336a114d66 100644 --- a/files/templates/userpage/userpage.html +++ b/files/templates/userpage/userpage.html @@ -4,9 +4,7 @@ {% block head_final %} {% if u and u.profile_background %} {% set displaying_bg = True %} - {% if not HOLIDAY_EVENT %} - - {% endif %} + {% endif %} {% if u and (u.profilecss or u.profile_background) and not request.values.get('nocss') %} diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index 7b15605444..62ee8377a0 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -155,9 +155,7 @@ {% if background %} {% set displaying_bg = True %} - {% if not HOLIDAY_EVENT %} - - {% endif %} + {% endif %} {% endif %} {% endmacro %}