Files @ 929388220cfc
Branch filter:

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

Joel Addison
Update speaker styling

Use site base template for all pages.
Fix speaker profile to work with Bootstrap 4.
<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>