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

Suggest Sponsorship

To suggest sponsorship for someone, we need a few details about your suggestion, such as where they'll be travelling from. We also need to know a bit about them so that we can judge your suggestion, we'll get some of that from Launchpad, but please take the time to tell us about them in your own words.

Is your suggested person not a member of Launchpad? You'll want to fill out a Non-Launchpad Suggestion Form.

If you have any problems with Summit, please file a bug.

{% csrf_token %} {{ form }}
Summit:{{ summit.name }}
{{ summit.location }}

Your details

Your name:{{ user.get_full_name }}
E-mail address:{{ user.email }}

Your suggested person's details

{{ previous_fields|safe }}
{% endblock %}