1
0

Remove default background

This commit is contained in:
Marcel Schwarz 2023-05-01 12:42:42 +02:00
parent ab71d062cf
commit f368f33077
2 changed files with 0 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 KiB

View File

@ -7,8 +7,6 @@
.cus-bg-image { .cus-bg-image {
{% if next_event.background_picture %} {% if next_event.background_picture %}
background-image: url("{% get_media_prefix %}{{ next_event.background_picture.picture }}"); background-image: url("{% get_media_prefix %}{{ next_event.background_picture.picture }}");
{% else %}
background-image: url("{% static 'homepage/img/background.jpg' %}");
{% endif %} {% endif %}
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;