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

Suggest Sponsorship

Further information

Almost done, there's just a few final details we need for your suggestion; if you don't know these details about the person you're suggesting, feel free to just go with the defaults and click okay.

{% csrf_token %} {{ form }}
{{ previous_fields|safe }}
{% endblock %}