diff --git a/template/confreg/schedule.html b/template/confreg/schedule.html index fbb7fab..4b4c41d 100644 --- a/template/confreg/schedule.html +++ b/template/confreg/schedule.html @@ -1,4 +1,4 @@ -{%extends conftemplbase %} +{%extends "base.html" %} {%block title%}Conference Schedule - {{conference}}{%endblock%} {%block extrahead%} {%endblock%} {%block content%} - -
-
- - -
- -

Schedule - {{conference}}

-
- -
-
-

This schedule is also available for mobile users - and is available in iCalendar format.

-

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. -

-

A list of the sessions can be found here. -

-
- {%for day in days%} -
-
-
-

{{day.day|date:"l, F d"}}

-
- {%for room in day.rooms%} -
-
-

- {{room.name}} -

-
- {%for session in day.sessions%} - {%if session.leftpos == room.leftpos or session.widthpos == 1198 %} - {%if session.id%} -

- - {%else%} -

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

-
- {%endif%} - {%endfor%} -
-
- {%endfor%} -
-
-
- {%endfor%} - - - -
+

Conference Schedule - {{conference}}

+

+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. +

+{%for day in days%} +
+
+
+

{{day.day|date:"l, F d"}}

+
+ {%for room in day.rooms%} +
+
+

+ {{room.name}} +

+
+ {%for session in day.sessions%} + {%if session.leftpos == room.leftpos or session.widthpos == 1198 %} + {%if session.id%} +

+ + {%else%} +

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

+
+ {%endif%} + {%endfor%}
+
+ {%endfor%} +
+
+
+{%endfor%} + +

This schedule is also available in iCalendar format.

{%endblock%}