{% extends "symposion/proposals/base.html" %} {% load bootstrap %} {% block page_title %}Upload Document to '{{ proposal.title }}'{% endblock %} {% block proposals_body %}
{% csrf_token %}
{% include "_form_snippet.html" with form=form %}
{% endblock %}