Display bugfix for Monday miniconfs

This commit is contained in:
Tobias 2018-12-29 14:01:42 +13:00
parent 2cce659c28
commit 46b5941d67

View file

@ -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" %}
<a class="nav-item nav-link" id="123" data-toggle="tab" href="#123" role="tab" aria-controls="123" aria-selected="false">
{{ section.schedule.section.name }}
</a>
{% include "symposion/schedule/_schedule_nav_link.html" with label=section.schedule.section.name %}
{% endif %}
{% endfor %}
{% endif %}