diff --git a/symposion/templates/schedule/schedule_edit.html b/symposion/templates/schedule/schedule_edit.html index 5de11af2..b5335506 100644 --- a/symposion/templates/schedule/schedule_edit.html +++ b/symposion/templates/schedule/schedule_edit.html @@ -24,7 +24,11 @@ {% include "schedule/_edit_grid.html" %} {% endfor %} - +
{% csrf_token %} + {{ form.as_p }} + + +
{% endblock %}