{% extends "base.html" %} {% block page_name %}Edit Meeting - {{ summit.title }}{%endblock %} {% block sub_nav %}{% endblock %} {% block closure %} {% endblock %} {% block content %}
{% if form.errors %}

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

{% endif %}
{% csrf_token %}

Edit Meeting

{{ form.as_template }} {% if is_popup %}{% endif %}
{% endblock %}