diff --git a/district/models.py b/district/models.py index f0d1b70a7f184526aadd724dd6f0889249d989fc..8ed44aaa74be69cad7055e9980ba71e5a1f13a5b 100644 --- a/district/models.py +++ b/district/models.py @@ -648,7 +648,7 @@ class DistrictPeoplePage(MainPeoplePageMixin): "Tým z Chobotnice</em>. Jako zkratku skupiny můžeš vyplnit " "například <em>cen_ao_ved</em> pro skupinu " "<a href='https://pi2.cz/chobo-ao'>Administrativní odbor - vedení</a>." - "Jako zkratku týmu můžeš vyplnit např. <em>TO-admin</em> pro tým" + "Jako zkratku týmu můžeš vyplnit např. <em>TO-admin</em> pro tým " "<a href='https://pi2.cz/chobo-to'>Administrátoři TO</a>. Při sync. " "týmů se do pozice osoby propíše role v daném týmu." ), diff --git a/shared/templates/styleguide2/includes/organisms/header/people_header.html b/shared/templates/styleguide2/includes/organisms/header/people_header.html index b3c66edbb8e0f187495bf412a58f7d35d8c70ef5..946cf4e2a553346242e74191ffa041f0efa89ab3 100644 --- a/shared/templates/styleguide2/includes/organisms/header/people_header.html +++ b/shared/templates/styleguide2/includes/organisms/header/people_header.html @@ -27,7 +27,7 @@ {% block switch %} {% for content_item in content %} - {% if content_item.block_type == "octopus_group" or content_item.block_type == "people_group" or content_item.block_type == "team_group" %} + {% if content_item.block_type == "octopus_group" or content_item.block_type == "octopus_team" or content_item.block_type == "people_group" or content_item.block_type == "team_group" %} <a @click="toggleView('{{ content_item.value.slug }}-{{ forloop.counter }}')" class="switch__item {% if content|has_one_people_type %}hidden{% endif %}"