From e70ec89296cc0e382ee6e3b5a339bd11600825d0 Mon Sep 17 00:00:00 2001 From: Slava Kyrachevsky Date: Thu, 15 Jun 2017 09:28:24 +0300 Subject: [PATCH] =?UTF-8?q?t92:=20=D0=BF=D0=BE=D0=B4=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D0=BB=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4?= =?UTF-8?q?=D1=87=D0=B8=D0=BA=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../exposition/exposition_services.html | 9 ++++++-- .../client/includes/translators_aside.html | 21 ++++++++++--------- 2 files changed, 18 insertions(+), 12 deletions(-) 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 + + +