{% extends "events/base.html" %} {% load event_tags %} {% load perm_tags %} {% load styled_forms %} {% load i18n %} {% block title %}{{ block.super }}{% trans "Minimal Add" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% event_nav request.user %}

{% firstof MODULE_EVENTS_LABEL 'Event' %} {% trans "Minimal Add" %}

Adding events are subject to the approval of the Administrators.

{% csrf_token %}
{{ form|styled_form }} {{ form_place|styled_form }}
{% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}