symposion_app/pinaxcon/templates/symposion/schedule/_schedule_nav_link.html
2018-12-29 13:36:13 +13:00

9 lines
No EOL
438 B
HTML

<a
class="nav-item nav-link {% if active %}active{% endif %}"
id="{{ section.schedule.section.slug }}-{{ timetable.day.date|date:"l"|lower}}-tab"
data-toggle="tab" href="#{{section.schedule.section.slug}}-{{ timetable.day.date|date:"l"|lower}}"
role="tab"
aria-controls="{{section.schedule.section.slug}}-{{ timetable.day.date|date:"l"|lower}}"
aria-selected="{% if active %}true{% else %}false{% endif %}">
{{ label }}
</a>