diff --git a/templates/client/includes/exposition/exposition_services.html b/templates/client/includes/exposition/exposition_services.html index b98f4d71..8a591f15 100644 --- a/templates/client/includes/exposition/exposition_services.html +++ b/templates/client/includes/exposition/exposition_services.html @@ -5,9 +5,14 @@ {% with services=object.get_services_detail %} {% for service in services %}
  • - {{ service.name }} + {# временно создаём условие, т.к. для переводчиков подключаем партнёров #} + {% if service.name == 'Переводчик' %} + {{ service.name }} + {% else %} + {{ service.name }} + {% endif %}
  • {% endfor %} {% endwith %} - \ No newline at end of file + diff --git a/templates/client/includes/translators_aside.html b/templates/client/includes/translators_aside.html index a28b6c96..dc76dadb 100644 --- a/templates/client/includes/translators_aside.html +++ b/templates/client/includes/translators_aside.html @@ -1,14 +1,15 @@ {% load i18n %}
    -
    {% trans 'Переводчики' %}
    -
    \ No newline at end of file + + +