{% extends "base.html" %} {% block page_name %}Create a Meeting - {{ summit.title }}{%endblock %} {% block sub_nav_links %}
  • Back to schedule
  • {% endblock %} {% block closure %} {% endblock %} {% block content %}
    {% if form.errors %}

    Please correct the error{{ form.errors|pluralize }} below.

    {% endif %}
    {% csrf_token %}

    Create a Meeting

    {{ form.as_template }} {% if is_popup %}{% endif %}
    {% if form.is_valid %} Thanks, your meeting has been submitted for review. Go back to the schedule. {% endif%}
    {% endblock %}