From 46b5941d676da5ff197a277b309d4021344b3a85 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 29 Dec 2018 14:01:42 +1300 Subject: [PATCH] Display bugfix for Monday miniconfs --- .../templates/symposion/schedule/schedule_conference.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 %}