2012-08-14 03:49:57 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								{% extends "site_base.html" %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								{% load bootstrap_tags %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								{% load i18n %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								{% load boxes_tags %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								{% block head_title %}{% trans "Apply to be a Sponsor" %}{% endblock %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2012-10-20 16:59:10 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								{% block body_class %}sponsorships{% endblock %}
							 
						 
					
						
							
								
									
										
										
										
											2012-08-14 03:49:57 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								{% block body %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    {% box "sponsorship-apply" %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    < form  method = "POST"  action = ""  class = "form-horizontal" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        {% csrf_token %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        < legend > {% trans "Apply to Be a Sponsor" %}< / legend > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        {{ form|as_bootstrap }}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        < div  class = "form-actions" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < input  class = "btn btn-primary"  type = "submit"  value = "Apply"  / > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < a  class = "btn"  href = "{% url dashboard %}" > Cancel< / a > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < p  class = "help-block" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                < small > By submitting this sponsor application you are agreeing to the < a  href = "{% url cms_page " sponsor / terms / "  % } "  target = "_blank" > terms and conditions< / a > .< / small > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < / p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    < / form > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								{% endblock %}