{% extends "base.html" %} {% block page_name %}Request Sponsorship{%endblock %} {% block extrahead %} {{ block.super }} {{ form.media }} {% endblock %} {% block sub_nav %}{% endblock %} {% block content %}

Request Sponsorship

Almost done, there's just a few final details we need for your application; and you've a chance to add anything else that you think is important when judging your request.

{% csrf_token %}

Further information

{{ form.as_template }} {{ previous_fields|safe }}
{% endblock %}