{% extends "eventcalendar/event_form_base.html" %} {% load i18n %} {% load static from staticfiles %} {% block extra_head %} {{ block.super }} {{ form.media }} {% endblock %} {% block body %}
{{ field.help_text }}
{{ field.errors|join:"" }}