diff --git a/pinaxcon/templates/symposion/proposals/proposal_submit_kind.html b/pinaxcon/templates/symposion/proposals/proposal_submit_kind.html index c90de0d61f265b001e54ee6b7448fdb54b5e4e85..ddef907e70efde30fef795910743e59c302e033c 100644 --- a/pinaxcon/templates/symposion/proposals/proposal_submit_kind.html +++ b/pinaxcon/templates/symposion/proposals/proposal_submit_kind.html @@ -1,26 +1,22 @@ {% 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" %} - -
+{% block proposals_body %} + {% csrf_token %}
- {{ proposal_form|bootstrap_horizontal }} + {% include "_form_snippet.html" with form=proposal_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. -

- - - +

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