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 #} -
+
{{ block.title }} diff --git a/templates/blocks/b_photo150_n_title.html b/templates/blocks/b_photo150_n_title.html index 9f1b024..bc8e6b2 100644 --- a/templates/blocks/b_photo150_n_title.html +++ b/templates/blocks/b_photo150_n_title.html @@ -1,7 +1,7 @@ {% load static %} {% load i18n %} {# h_w_u_w - how with us working #} -
+
{{ block.title }} diff --git a/templates/blocks/b_service.html b/templates/blocks/b_service.html index 1b694d4..a62a61a 100644 --- a/templates/blocks/b_service.html +++ b/templates/blocks/b_service.html @@ -1,5 +1,6 @@ {% load static %} {% load i18n %} +
{% for service in services %} diff --git a/templates/forms/f_consultation.html b/templates/forms/f_consultation.html index d5d8780..4d3a13e 100644 --- a/templates/forms/f_consultation.html +++ b/templates/forms/f_consultation.html @@ -1,6 +1,6 @@ {% load static %} {% load i18n %} -
+