diff --git a/pinaxcon/templates/symposion/schedule/schedule_conference.html b/pinaxcon/templates/symposion/schedule/schedule_conference.html index ccfabd2c..2e373c41 100644 --- a/pinaxcon/templates/symposion/schedule/schedule_conference.html +++ b/pinaxcon/templates/symposion/schedule/schedule_conference.html @@ -26,9 +26,7 @@ {% if "Miniconf" in section.schedule.section.name %} {% for timetable in section.days %} {% if timetable.day.date|date:"Y-m-d" == "2019-01-21" %} - - {{ section.schedule.section.name }} - + {% include "symposion/schedule/_schedule_nav_link.html" with label=section.schedule.section.name %} {% endif %} {% endfor %} {% endif %}