{% extends "site_base.html" %} {% load bootstrap %} {% load i18n %} {% block head_title %}{% trans "Apply to be a Sponsor" %}{% endblock %} {% block body_class %}sponsorships{% endblock %} {% block body %}

FIXME

Fill content out at templates/sym/spon/apply.html

This was previously a database object
Because a CMS that pulls data from a DB isn't enough, need another thing that pulls data directly from the database...

{% csrf_token %} {% trans "Apply to Be a Sponsor" %} {{ form|bootstrap_horizontal }}
Cancel

By submitting this sponsor application you are agreeing to the {% comment %} terms and conditions. {% endcomment %}

{% endblock %}