diff --git a/files/templates/default.html b/files/templates/default.html index ba1433150..ad35104f6 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -101,8 +101,8 @@ {% endif %} -{% block footer %} - -{% endblock %} +{% if HOLIDAY_EVENT %} + {% include "event/music.html" %} +{% endif %} {% endblock %} diff --git a/files/templates/sidebar_WPD.html b/files/templates/sidebar_WPD.html index 0061838f9..f56c306f2 100644 --- a/files/templates/sidebar_WPD.html +++ b/files/templates/sidebar_WPD.html @@ -76,5 +76,4 @@ {% if HOLIDAY_EVENT %} - {% include "event/music.html" %} {% endif %} diff --git a/files/templates/sidebar_rDrama.html b/files/templates/sidebar_rDrama.html index 71966de80..709d65573 100644 --- a/files/templates/sidebar_rDrama.html +++ b/files/templates/sidebar_rDrama.html @@ -68,5 +68,4 @@ {% if HOLIDAY_EVENT %} - {% include "event/music.html" %} {% endif %}