{% extends 'base.html' %} {% block content %}
{{ form.hidden_tag() }} {{ form.errors }}
{{ form.title.errors }} {{ form.title.label }} {{ form.title }}
{{ form.time_zone.errors }} {{ form.time_zone.label }} {{ form.time_zone }}
{{ form.start_time.errors }} {{ form.start_time.label }} {{ form.start_time }}
{{ form.end_time.errors }} {{ form.end_time.label }} {{ form.end_time }}
{{ form.all_day.errors }} {{ form.all_day.label }} {{ form.all_day }}
{{ form.description.errors }} {{ form.description.label }} {{ form.description }}
Cancel
{% endblock content %}