diff --git a/pinaxcon/templates/symposion/schedule/schedule_detail.html b/pinaxcon/templates/symposion/schedule/schedule_detail.html deleted file mode 100644 index 679a807fb3c5183ab451d9e11550d30665ff6c61..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/schedule/schedule_detail.html +++ /dev/null @@ -1,30 +0,0 @@ -{% extends "site_base.html" %} - -{% load i18n %} -{% load pinax_boxes_tags %} -{% load cache %} -{% load sitetree %} - -{% block head_title %}Conference Schedule{% endblock %} - -{% block body_class %}full{% endblock %} - -{% block right %} -{% endblock %} - -{% block body_outer %} -
-

{{ schedule.section }} Schedule

- {% block breadcrumbs %}{% sitetree_breadcrumbs from "main" %}{% endblock %} -
- {% box "schedule_top_"|add:schedule.section.name|slugify %} - - {% cache 600 "schedule-table" schedule.section %} - {% for timetable in days %} -

{{ timetable.day.date }}

- {% include "symposion/schedule/_grid.html" %} - {% endfor %} - {% endcache %} - - {% box "schedule_bottom" %} -{% endblock %}