From 28bcc96b70dfa4eca3fc800eca39e53561e21ee5 Mon Sep 17 00:00:00 2001 From: Sarah Conway Schnurr Date: Sat, 17 Aug 2019 10:22:13 -0700 Subject: [PATCH] will this work? --- templates/confreg/schedule.html | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/templates/confreg/schedule.html b/templates/confreg/schedule.html index 1264695..cbd02d8 100644 --- a/templates/confreg/schedule.html +++ b/templates/confreg/schedule.html @@ -117,23 +117,21 @@ Speaker.name: {{speaker.name}}

{{room.name}}

{%for session in day.sessions%} + {%if session.leftpos == room.leftpos or session.widthpos == 1198 %} {%if session.cross_schedule%} {%for i in "3"%} {{session.title}}

tada

{%endfor%} + {%else%} +
+ {%if session.id%} + {{session.timeslot}}
{{session.title}}
+ {%else%} + {{session.timeslot}} - {{session.title}} + {%endif%} + {%for speaker in session.speakers %}{%if loop.first%}{%else%}, {%endif%}{{speaker.name}}{%endfor%} {%endif%} - {%endfor%} - {%for session in day.sessions%} - {%if session.leftpos == room.leftpos or session.widthpos == 1198 %} -
- {%if session.id%} - {{session.timeslot}}
{{session.title}}
- {%else%} - {{session.timeslot}} - {{session.title}} - {%endif%} - {%for speaker in session.speakers %}{%if loop.first%}{%else%}, {%endif%}{{speaker.name}}{%endfor%} - {%endif%} {%endfor%} -- 2.39.5