diff --git a/templates/blocks/b_curtain.html b/templates/blocks/b_curtain.html index 7102327..5f2d2c4 100644 --- a/templates/blocks/b_curtain.html +++ b/templates/blocks/b_curtain.html @@ -1,4 +1,6 @@ {% load static %} +{% load i18n %} +
@@ -18,17 +20,17 @@
- Личный кабинет + {% translate "Личный кабинет" %}
- Проектирование - Разработка плагинов - 3D SECURITY DESIGNER + {% translate "Проектирование" %} + {% translate "Разработка плагинов" %} + {% translate "3D SECURITY DESIGNER" %}
- Поддержка - Контакты + {% translate "Поддержка" %} + {% translate "Контакты" %}
diff --git a/templates/blocks/b_footer.html b/templates/blocks/b_footer.html index bf42c62..e236c48 100644 --- a/templates/blocks/b_footer.html +++ b/templates/blocks/b_footer.html @@ -9,7 +9,7 @@ - Контакты + {% translate "Контакты" %} diff --git a/templates/blocks/b_header.html b/templates/blocks/b_header.html index 1f14ed6..9c9cf4d 100644 --- a/templates/blocks/b_header.html +++ b/templates/blocks/b_header.html @@ -10,7 +10,7 @@
{# Поддержка#} - Контакты + {% translate "Контакты" %}
diff --git a/templates/blocks/b_how_dev.html b/templates/blocks/b_how_dev.html index 1f5c573..8ae8be4 100644 --- a/templates/blocks/b_how_dev.html +++ b/templates/blocks/b_how_dev.html @@ -1,5 +1,7 @@ {% load static %} {% load base_tags_extra %} +{% load i18n %} +
@@ -19,7 +21,7 @@
- Участники: + {% translate 'Участники' %}:
    diff --git a/templates/blocks/b_photo150_n_title.html b/templates/blocks/b_photo150_n_title.html index 7b3565b..0683312 100644 --- a/templates/blocks/b_photo150_n_title.html +++ b/templates/blocks/b_photo150_n_title.html @@ -53,29 +53,29 @@ -
    -
    -
    -
    -
    -
    - {% translate 'НУЖНА КОНСУЛЬТАЦИЯ - ИХ ЕСТЬ У НАС!' %} -
    -
    - {% translate 'Lorem ipsum dolor sit amet consectetur. Rutrum tristique mauris non vitae varius porta quis. Magna adipiscing in turpis pellentesque sit turpis enim condimentum cras. Imperdiet enim feugiat blandit in vitae congue cursus ac.' %} -
    - -
    -
    - - - - - -
    - -
    -
    -
    +{#
    #} +{#
    #} +{#
    #} +{#
    #} +{#
    #} +{#
    #} +{# {% translate 'НУЖНА КОНСУЛЬТАЦИЯ - ИХ ЕСТЬ У НАС!' %}#} +{#
    #} +{#
    #} +{# {% translate 'Lorem ipsum dolor sit amet consectetur. Rutrum tristique mauris non vitae varius porta quis. Magna adipiscing in turpis pellentesque sit turpis enim condimentum cras. Imperdiet enim feugiat blandit in vitae congue cursus ac.' %}#} +{#
    #} +{# #} +{#
    #} +{#
    #} +{# #} +{# #} +{# #} +{# #} +{# #} +{#
    #} +{##} +{#
    #} +{#
    #} +{#
    #}
\ No newline at end of file diff --git a/templates/widgets/w_checkbox_f_feedback.html b/templates/widgets/w_checkbox_f_feedback.html index 969e50b..32bb472 100644 --- a/templates/widgets/w_checkbox_f_feedback.html +++ b/templates/widgets/w_checkbox_f_feedback.html @@ -1,7 +1,10 @@ {% load static %} +{% load i18n %} {% if feedback_form.errors.company %}
{% endif %}
\ No newline at end of file