{% extends "base.html" %} {% block page_name %}Suggest Sponsorship{%endblock %} {% block extrahead %} {{ form.media }} {% 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. Please take the time to tell us about them in your own words a bit about them.

Is your suggested person a member of Launchpad? You'll want to fill out a 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 %}