{% extends "symposion/proposals/base.html" %} {% load bootstrap %} {% load pinax_boxes_tags %} {% load i18n %} {% block page_title %}Submit a Proposal for a {{ kind.name }}{% endblock %} {% block body %} {% box "example_proposal" %}
{% csrf_token %}
{{ proposal_form|bootstrap_horizontal }}

You will be able to edit your proposal after it has been submitted. The program committee may ask questions, provide feedback, and even suggest changes to your proposal as part of the review processes.

{% endblock %}