{% extends "base.html" %} {% block title %}New Event{% endblock %} {% block content %}

Submit Event

{% if not current_user.is_admin %}
Your event will be held for sysop review before appearing on the calendar.
{% endif %}
Cancel
{% endblock %}