{% extends "base.html" %} {% block title %}Add Event{% endblock %} {% block main_content %}

Add Event

{{ event_form.non_field_errors }} {{ recurring_form.non_field_errors }} {% if event_form.errors or recurrence_form.errors %}

Please fix any errors.

{% endif %}
{% include "swingtime/event_form_part.html" %} {% include "swingtime/recurring_form_part.html" %}
{% endblock %}