diff --git a/pinaxcon/templates/symposion/proposals/document_create.html b/pinaxcon/templates/symposion/proposals/document_create.html index c39fceaa02254d36efb6e1c9465b3d4e11150d44..9598d2201dc4253e93568eca17e39785cd382712 100644 --- a/pinaxcon/templates/symposion/proposals/document_create.html +++ b/pinaxcon/templates/symposion/proposals/document_create.html @@ -4,11 +4,11 @@ {% block page_title %}Upload Document to '{{ proposal.title }}'{% endblock %} -{% block body %} +{% block proposals_body %}
{% csrf_token %}
- {{ form|bootstrap_horizontal }} + {% include "_form_snippet.html" with form=form %}