Files @ 734a0b713d2d
Branch filter:

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

Joel Addison
Improve printed schedule

Show each day on a new page when printed.
Hide elements that do not assist with printed copy (current time, etc).
<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>