Display bugfix for Monday miniconfs
This commit is contained in:
parent
2cce659c28
commit
46b5941d67
1 changed files with 1 additions and 3 deletions
|
@ -26,9 +26,7 @@
|
||||||
{% if "Miniconf" in section.schedule.section.name %}
|
{% if "Miniconf" in section.schedule.section.name %}
|
||||||
{% for timetable in section.days %}
|
{% for timetable in section.days %}
|
||||||
{% if timetable.day.date|date:"Y-m-d" == "2019-01-21" %}
|
{% 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">
|
{% include "symposion/schedule/_schedule_nav_link.html" with label=section.schedule.section.name %}
|
||||||
{{ section.schedule.section.name }}
|
|
||||||
</a>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue