{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block content %}

Calendar Event Form

{% csrf_token %}
{{ form.media }} {{ form | crispy }}
{% endblock content %} {% block tom_select %} {% endblock tom_select %}