{% extends "base.html" %} {% load staticfiles %} {% load static %} {% load i18n %} {% block content %} {% trans "Create or change event. All fields are required." %}

{% csrf_token %}
The end time must be later than start time.

{% endblock %}