Remove default background
This commit is contained in:
parent
ab71d062cf
commit
f368f33077
Binary file not shown.
Before Width: | Height: | Size: 211 KiB |
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user