diff --git a/pinaxcon/templates/symposion/schedule/schedule_conference.html b/pinaxcon/templates/symposion/schedule/schedule_conference.html index 777a001d6663e98804cec7ba8b82db195ecb46be..6dc71ccd2b00ac1ee71b0d34e27cd42a58e646f8 100644 --- a/pinaxcon/templates/symposion/schedule/schedule_conference.html +++ b/pinaxcon/templates/symposion/schedule/schedule_conference.html @@ -1,4 +1,4 @@ -{% extends "site_base.html" %} +{% extends "site_base_wagtail.html" %} {% load i18n %} {% load pinax_boxes_tags %} @@ -11,15 +11,18 @@ {% block right %} {% endblock %} -{% block body_outer %} +{% block body %} +
+
+
+

Conference Schedule

{% block breadcrumbs %}{% endblock %}
- {% box "schedule_top" %} {% for section in sections %} - {% cache 600 "schedule-table" section.schedule.section %} + {% cache 600 "schedule-table" section.schedule.section %} {% for timetable in section.days %}

{{ section.schedule.section.name }} — {{ timetable.day.date }}

{% include "symposion/schedule/_grid.html" %} @@ -27,5 +30,5 @@ {% endcache %} {% endfor %} - {% box "schedule_bottom" %} +
{% endblock %}