From a92a8bdfc50478c0b10cd9aed1449de5849f5627 Mon Sep 17 00:00:00 2001 From: Sarah Conway Date: Mon, 24 Jul 2017 17:25:20 -0700 Subject: [PATCH] Minor updates --- templates/confreg/schedule.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/confreg/schedule.html b/templates/confreg/schedule.html index dfe3840..d6edf40 100644 --- a/templates/confreg/schedule.html +++ b/templates/confreg/schedule.html @@ -35,12 +35,14 @@ div.track{{track.id}} { {%endblock%} {%block content%} -

Conference Schedule - {{conference}}

+

Schedule

+

You can find the full conference information at the conference website. -This schedule is subject to changes. This page will be updated when any -changes occur. +This schedule is subject to changes and will be updated when any +changes occur. iCalendar format. is also +available for mobile users.

{% for day in days %} @@ -54,17 +56,15 @@ changes occur. {%for session in day.sessions%}
{%if session.id%} - {{session.timeslot}}
{{session.title}}
+

{{session.timeslot}}
{{session.title}}

{%else%} {{session.timeslot}} - {{session.title}} {%endif%} - {%for speaker in session.speakers %}{%if loop.first%}
{%else%}, {%endif%}{{speaker.name}}{%endfor%} + {%for speaker in session.speakers %}{%if loop.first%}
{%else%}, {%endif%}

{{speaker.name}}

{%endfor%}
{%endfor%} {%endfor%} -

This schedule is also available in iCalendar format.

- {%endblock%} -- 2.39.5