diff --git a/pinaxcon/templates/symposion/sponsorship/apply.html b/pinaxcon/templates/symposion/sponsorship/apply.html new file mode 100644 index 0000000000000000000000000000000000000000..f717fb9c5f1fd3d5fd2418d7cbfef0575788552f --- /dev/null +++ b/pinaxcon/templates/symposion/sponsorship/apply.html @@ -0,0 +1,28 @@ +{% extends "site_base.html" %} + +{% load bootstrap %} +{% load i18n %} +{% load pinax_boxes_tags %} + +{% block head_title %}{% trans "Apply to be a Sponsor" %}{% endblock %} + +{% block body_class %}sponsorships{% endblock %} + +{% block body %} + + {% box "sponsorship-apply" %} + +
+ {% csrf_token %} + {% trans "Apply to Be a Sponsor" %} + {{ form|bootstrap_horizontal }} +
+ + Cancel +

+ By submitting this sponsor application you are agreeing to the terms and conditions. +

+
+
+ +{% endblock %}