{% extends "proposals/base.html" %} {% load boxes_tags %} {% load markitup_tags %} {% load uni_form_tags %} {% block extra_head %} {% endblock %} {% block content %}

Submit A Proposal

{% box "example_proposal" %} {% markitup_media %}
{% csrf_token %}
{{ form|as_uni_form }}

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 %}