{% extends "eventcalendar/event_form_base.html" %} {% load i18n %} {% load static from staticfiles %} {% load crispy_forms_tags %} {% block pagetitle %}Create Event{% endblock %} {% block extra_head %} {{ block.super }} {{ form.media }} {% endblock extra_head %} {% block body %}