diff --git a/pinaxcon/templates/symposion/sponsorship/apply.html b/pinaxcon/templates/symposion/sponsorship/apply.html deleted file mode 100644 index f717fb9c5f1fd3d5fd2418d7cbfef0575788552f..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/sponsorship/apply.html +++ /dev/null @@ -1,28 +0,0 @@ -{% 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 %}