From 14b4d9b7b89e0389de0c230645cd5f11483c1233 Mon Sep 17 00:00:00 2001 From: Sarah Conway Schnurr Date: Sat, 17 Aug 2019 09:28:07 -0700 Subject: [PATCH] testing --- templates/confreg/schedule.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/confreg/schedule.html b/templates/confreg/schedule.html index 65cff30..a8e0fea 100644 --- a/templates/confreg/schedule.html +++ b/templates/confreg/schedule.html @@ -116,9 +116,9 @@ Speaker.name: {{speaker.name}}

{{room.name}}

- {% for session in session.cross_schedule %} + {% for session in day.sessions %}

tada

- {{session.timeslot}} - {{session.title}} + {{session.cross_schedule}} {%endfor%} {%for session in day.sessions%} {%if session.leftpos == room.leftpos or session.widthpos == 1198 %} -- 2.39.5