{% extends "calingen/app_base.html" %} {% block page_title %}Event: EventCreateView{% endblock page_title %} {% block main %}

Add Event

{% csrf_token %} {% include "calingen/includes/form.html" with form=form %}
{% endblock main %}