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

Request Sponsorship

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

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 }}
{{ previous_fields|safe }}
{% else %}

UDS Sponsorship

We are not currently accepting sponsorship applications for {{ summit.name }} in {{ summit.location }}. Please check back again later!

{% endifequal %} {% endblock %}