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