Files @ 34509d23eb9f
Branch filter:

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

bsturmfels
Make vendored symposion into an installable Python package

This allows us to install with `pip install "-e vendor/symposion"` similar to
the other vendored packages. There's no good reason for this to be different to
the others and depend on PYTHONPATH hacking.

Re-add
<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>