fix background in holiday theme

pull/83/head
Aevann 2022-12-30 14:17:44 +02:00
parent f0b20cad55
commit 0325295b89
2 changed files with 2 additions and 6 deletions

View File

@ -4,9 +4,7 @@
{% block head_final %}
{% if u and u.profile_background %}
{% set displaying_bg = True %}
{% if not HOLIDAY_EVENT %}
<link rel="stylesheet" href="{{('css/transparent.css') | asset}}">
{% endif %}
<link rel="stylesheet" href="{{('css/transparent.css') | asset}}">
{% endif %}
{% if u and (u.profilecss or u.profile_background) and not request.values.get('nocss') %}
<link rel="stylesheet" href="/{{u.id}}/profilecss">

View File

@ -155,9 +155,7 @@
{% if background %}
{% set displaying_bg = True %}
{% if not HOLIDAY_EVENT %}
<link rel="stylesheet" href="{{('css/transparent.css') | asset}}">
{% endif %}
<link rel="stylesheet" href="{{('css/transparent.css') | asset}}">
{% endif %}
{% endif %}
{% endmacro %}