{% 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 for {{ summit.title }} in {{ summit.location }} 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.

{% csrf_token %}

Your details

{{ form.as_template }} {{ 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 %}