You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
424 B
6 lines
424 B
{% load i18n %}
|
|
{% load template_filters %}
|
|
|
|
{# FIXME: не работает условие if obj|in_calendar:request.user #}
|
|
<a class="button pink icon-calendar {% if obj|in_calendar:request.user %}removecalendar {% else %}addcalendar {% endif %}" href="{{ obj.get_calendar_url }}">{% if obj|in_calendar:request.user %}{% trans 'Из расписания' %}{% else %}{% trans 'В расписание' %}{% endif %}</a>
|
|
|
|
|