diff --git a/pinaxcon/templates/symposion/schedule/schedule_detail.html b/pinaxcon/templates/symposion/schedule/schedule_detail.html index 679a807fb3c5183ab451d9e11550d30665ff6c61..5de03481a233af5a6ce335fc31491ce7d78b0b9b 100644 --- a/pinaxcon/templates/symposion/schedule/schedule_detail.html +++ b/pinaxcon/templates/symposion/schedule/schedule_detail.html @@ -1,4 +1,4 @@ -{% extends "site_base.html" %} +{% extends "symposion/schedule/base.html" %} {% load i18n %} {% load pinax_boxes_tags %} @@ -12,7 +12,11 @@ {% block right %} {% endblock %} -{% block body_outer %} +{% block content %} +
+
+
+

{{ schedule.section }} Schedule

{% block breadcrumbs %}{% sitetree_breadcrumbs from "main" %}{% endblock %} @@ -27,4 +31,5 @@ {% endcache %} {% box "schedule_bottom" %} +
{% endblock %}