diff --git a/templates/block_settings/blocks_settings.html b/templates/block_settings/blocks_settings.html index 0b3b52e..4d70e65 100644 --- a/templates/block_settings/blocks_settings.html +++ b/templates/block_settings/blocks_settings.html @@ -1 +1 @@ -style="width: 100%;{% if block.bg_image %} background: {{ block.bg_color }}{% endif %}" \ No newline at end of file + style="width: 100%;{% if block.bg_image %} background: url({{ MEDIA_URL }}{{ block.bg_image }}); background-size: cover; background-repeat: no-repeat; background-position: top;{% elif block.bg_color %} background: {{ block.bg_color }}{% endif %}" diff --git a/templates/blocks/b_how_with_us_working.html b/templates/blocks/b_how_with_us_working.html index c4ee63a..4737fbf 100644 --- a/templates/blocks/b_how_with_us_working.html +++ b/templates/blocks/b_how_with_us_working.html @@ -1,7 +1,7 @@ {% load static %} {% load i18n %} {# h_w_u_w - how with us working #} -