{% from "macros/_form.html" import render_form %} {% extends "layout.html" %} {% block page_title %}New event{% endblock %} {% block body_class %}eventform eventnew{% endblock %} {% block content %}

Plan another Event

Tip: Set your start and finish in the {{ config.TIME_ZONE }} time zone.

{{ render_form(url_for('public.event_new'), form) }} {% if config.S3_KEY %} {% endif %} {% include "includes/uploader.html" %} {% endblock %}