Files @ d9e8a72d140c
Branch filter:

Location: symposion_app/pinaxcon/templates/symposion/schedule/_schedule_nav_link.html

Joel Addison
Update Venueless tokens

Determine traits based on ticket type.
Set different expiry of token for miniconf only tickets.
<a
  class="nav-link {% if active %}active{% endif %}"
  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 %}">
  {{ label }}
</a>