diff --git a/templates/blocks/static_pages_blocks/b_contacts.html b/templates/blocks/static_pages_blocks/b_contacts.html index 11031f4..56922b7 100644 --- a/templates/blocks/static_pages_blocks/b_contacts.html +++ b/templates/blocks/static_pages_blocks/b_contacts.html @@ -1,6 +1,10 @@ {% load i18n %}
-

{% translate "Мы всегда на связи!" %}

+
+

{% translate "Мы всегда на" %}

+ {% translate "связи" %} +

!

+
{% translate "У вас есть вопрос? Отправьте нам сообщение" %}
diff --git a/templates/blocks/static_pages_blocks/b_customer_service.html b/templates/blocks/static_pages_blocks/b_customer_service.html new file mode 100644 index 0000000..e5cbe2e --- /dev/null +++ b/templates/blocks/static_pages_blocks/b_customer_service.html @@ -0,0 +1,69 @@ +{% load i18n %} + + + + + + + + + + + diff --git a/templates/pages/p_static_page.html b/templates/pages/p_static_page.html index 5f92c1b..3a1dda6 100644 --- a/templates/pages/p_static_page.html +++ b/templates/pages/p_static_page.html @@ -17,6 +17,9 @@ {% if page.url == 'contacts' %} {% include "blocks/static_pages_blocks/b_contacts.html" %} {% endif %} + {% if page.url == 'customer_service' %} + {% include "blocks/static_pages_blocks/b_customer_service.html" %} + {% endif %} {% endblock %} \ No newline at end of file