diff --git a/symposion/templates/schedule/schedule_edit.html b/symposion/templates/schedule/schedule_edit.html deleted file mode 100644 index 9b1ab864c51ab89b3dbb27e606e9434d3407be8c..0000000000000000000000000000000000000000 --- a/symposion/templates/schedule/schedule_edit.html +++ /dev/null @@ -1,63 +0,0 @@ -{% extends "site_base.html" %} - -{% load i18n %} -{% load bootstrap_tags %} - -{% 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 "schedule/_edit_grid.html" %} - {% endfor %} -
-
{% csrf_token %} - {{ form.as_p }} - - -
- -
-{% endblock %} - -{% block extra_script %} - - -{% endblock %}