diff --git a/pinaxcon/templates/symposion/schedule/schedule_edit.html b/pinaxcon/templates/symposion/schedule/schedule_edit.html deleted file mode 100644 index a30e02922f1f92d35ed7415074ddd0cc66103090..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/schedule/schedule_edit.html +++ /dev/null @@ -1,58 +0,0 @@ -{% extends "site_base.html" %} - -{% load i18n %} - -{% block head_title %}Conference Schedule Edit{% endblock %} - -{% block body_class %}full{% endblock %} - -{% block right %} -{% endblock %} - -{% block extra_head %} - -{% endblock %} - -{% block body_outer %} -

Schedule Edit

- - {% for timetable in days %} -

{{ timetable.day.date }}

- {% include "symposion/schedule/_edit_grid.html" %} - {% endfor %} -
{% csrf_token %} - {{ form.as_p }} - - -
- -{% endblock %} - -{% block extra_script %} - - -{% endblock %}