{% extends "incubator/base.html" %} {% load static %} {% block content %}
{{ form.instance.location.name }}
{% csrf_token %}
{{ form.cycle }} {{ form.startTime }}
{% endblock content %} {% block scripts %} {% endblock scripts %}