File diff 46b5941d676d → ac71aa170b5b
pinaxcon/templates/symposion/schedule/schedule_conference.html
Show inline comments
...
 
@@ -21,24 +21,24 @@
 

	
 
  <nav class="mb-4">
 
    <div class="nav schedule-nav" id="schedule-nav" role="tablist">
 
      Monday
 
      Monday miniconfs
 
      {% for section in sections %}
 
      {% if "Miniconf" in section.schedule.section.name %}
 
      {% for timetable in section.days %}
 
      {% if timetable.day.date|date:"Y-m-d" == "2019-01-21" %}
 
      {% include "symposion/schedule/_schedule_nav_link.html" with label=section.schedule.section.name %}
 
      {% include "symposion/schedule/_schedule_nav_link.html" with label=section.schedule.section.name|cut:" Miniconf" %}
 
      {% endif %}
 
      {% endfor %}
 
      {% endif %}
 
      {% endfor %}
 
      <br />
 

	
 
      Tuesday
 
      Tuesday miniconfs
 
      {% for section in sections %}
 
      {% if "Miniconf" in section.schedule.section.name %}
 
      {% for timetable in section.days %}
 
      {% if timetable.day.date|date:"Y-m-d" == "2019-01-22" %}
 
      {% include "symposion/schedule/_schedule_nav_link.html" with label=section.schedule.section.name %}
 
      {% include "symposion/schedule/_schedule_nav_link.html" with label=section.schedule.section.name|cut:" Miniconf" %}
 
      {% endif %}
 
      {% endfor %}
 
      {% endif %}