{% extends "events/base.html" %} {% load event_tags %} {% load perm_tags %} {% load styled_forms %} {% block title %}{{ block.super }}{% trans "Minimal Add" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

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

{% trans '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 %}