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

index ab6a71b54370f38a707bd1dded969e9eff7bc753..00d30ef96508e05caeda0237102b0bc9d0f87300 100644 (file)
@@ -119,9 +119,14 @@ Speaker.name: {{speaker.name}}
                   {%for session in day.sessions%}
                   {%if session.leftpos == room.leftpos or session.widthpos == 1198 %}
                     {%if session.cross_schedule%}
-                      {%for i in [('abc'),('def')] %}
-                        <b>{{session.title}}</b>
-                        <h4>tada</h4>
+                      {%for i in [('1'),('2'),('3')] %}
+                        <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%}
                       {%endfor%}
                       {%else%}
                         <div class="sessblock track{{session.track.id}}"></div>