testing
authorSarah Conway Schnurr <sarah.conway@crunchydata.com>
Sat, 17 Aug 2019 16:25:30 +0000 (09:25 -0700)
committerSarah Conway Schnurr <sarah.conway@crunchydata.com>
Sat, 17 Aug 2019 16:25:30 +0000 (09:25 -0700)
templates/confreg/schedule.html

index bb0407facb6bf44f839efa9cf956abd5e7b4e0e5..ee9c72de6ba47237e157b0043ba9df4779e56664 100644 (file)
@@ -116,8 +116,12 @@ Speaker.name: {{speaker.name}}
             <div class="col-sm-3">
                <section class="box">
                   <h4 style="text-align:center;"><div class="sessblock roomheader">{{room.name}}</div></h4>
-
+                  {% if session.cross_schedule %}
+                    <h4>tada</h4>
+                    {{session.timeslot}} - <b>{{session.title}}</b>
+                  {%endif%}
                   {%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>
@@ -126,7 +130,9 @@ Speaker.name: {{speaker.name}}
                      {%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%}
+
                </section>
              </div>
          {%endfor%}