{% extends "base.html" %} {% block page_name %}Delete {{ meeting.title }} - {{ summit.title }}{%endblock %} {% block sub_nav %}{% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block content %}

Delete {{ meeting.title }}

You are about to delete "{{ meeting.title }}". Are you absolutely sure that you wish to do this?

{% if meeting.spec_url %}

NOTE: This meeting was created by a blueprint. The blueprint needs to be marked declined prior to deleting this meeting, or the meeting will reappear.

{% endif %}

Delete Meeting

{% endblock %}