will this work?
authorSarah Conway Schnurr <sarah.conway@crunchydata.com>
Sat, 17 Aug 2019 17:22:13 +0000 (10:22 -0700)
committerSarah Conway Schnurr <sarah.conway@crunchydata.com>
Sat, 17 Aug 2019 17:22:13 +0000 (10:22 -0700)
templates/confreg/schedule.html

index 1264695867210a3586425e1901bc5daf55ccc272..cbd02d8197cd5573ccccfd4f4078a406cf08a295 100644 (file)
@@ -117,23 +117,21 @@ Speaker.name: {{speaker.name}}
                <section class="box">
                   <h4 style="text-align:center;"><div class="sessblock roomheader">{{room.name}}</div></h4>
                   {%for session in day.sessions%}
+                  {%if session.leftpos == room.leftpos or session.widthpos == 1198 %}
                     {%if session.cross_schedule%}
                       {%for i in "3"%}
                         <b>{{session.title}}</b>
                         <h4>tada</h4>
                       {%endfor%}
+                      {%else%}
+                        <div class="sessblock track{{session.track.id}}"></div>
+                        {%if session.id%}
+                          <a href="session/{{session.id}}-{{session.title|slugify}}/">{{session.timeslot}}<br/><b>{{session.title}}</b><br/></a>
+                        {%else%}
+                           {{session.timeslot}} - <b>{{session.title}}</b>
+                        {%endif%}
+                        {%for speaker in session.speakers %}{%if loop.first%}{%else%}, {%endif%}<i><a href="speaker/{{speaker.id}}-{{speaker.name|slugify}}/">{{speaker.name}}</a></i>{%endfor%}
                     {%endif%}
-                  {%endfor%}
-                  {%for session in day.sessions%}
-                  {%if session.leftpos == room.leftpos or session.widthpos == 1198 %}
-                     <div class="sessblock track{{session.track.id}}"></div>
-                     {%if session.id%}
-                       <a href="session/{{session.id}}-{{session.title|slugify}}/">{{session.timeslot}}<br/><b>{{session.title}}</b><br/></a>
-                     {%else%}
-                        {{session.timeslot}} - <b>{{session.title}}</b>
-                     {%endif%}
-                     {%for speaker in session.speakers %}{%if loop.first%}{%else%}, {%endif%}<i><a href="speaker/{{speaker.id}}-{{speaker.name|slugify}}/">{{speaker.name}}</a></i>{%endfor%}
-
                   {%endif%}
                   {%endfor%}