symposion_app/pinaxcon/templates/symposion/schedule/_schedule_nav_link.html
Joel Addison b56ca32259 Localise schedule times
Show local times on schedule and presentation details
if user is in a different timezone to the conference.
2021-01-22 14:23:08 +10:00

11 lines
330 B
HTML

<a
class="nav-link {% if active %}active{% endif %} schedule-day"
id="schedule_day_{{ label|lower }}-tab"
href="#{{ label|lower }}"
data-toggle="pill"
role="tab"
aria-controls="schedule_day_{{ label|lower }}"
aria-selected="{% if active %}true{% else %}false{% endif %}"
data-date="{{ date }}">
{{ label }}
</a>