diff --git a/symposion/templates/sponsorship/apply.html b/symposion/templates/sponsorship/apply.html deleted file mode 100644 index 1468d10b09515108fe22ca808741ff3698326168..0000000000000000000000000000000000000000 --- a/symposion/templates/sponsorship/apply.html +++ /dev/null @@ -1,28 +0,0 @@ -{% extends "site_base.html" %} - -{% load bootstrap_tags %} -{% load i18n %} -{% load 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|as_bootstrap }} -
- - Cancel -

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

-
-
- -{% endblock %}