diff --git a/templates/client/exposition/exposition_detail.html b/templates/client/exposition/exposition_detail.html index 53dadf7e..eafcf909 100644 --- a/templates/client/exposition/exposition_detail.html +++ b/templates/client/exposition/exposition_detail.html @@ -154,10 +154,13 @@
- {% trans 'Посетителю' %} - {% trans 'Экспоненту' %} {% if object.paid_new_id and object.paid_new.public %} + {% trans 'Билеты' %} + {% trans 'Участвовать' %} {% trans 'Официальный сайт' %} + {% else %} + {% trans 'Посетителю' %} + {% trans 'Экспоненту' %} {% endif %}