diff --git a/files/templates/userpage/userpage.html b/files/templates/userpage/userpage.html index d8dc38099..336a114d6 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 7b1560544..62ee8377a 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 %}