diff --git a/symposion/templates/sponsorship/add.html b/symposion/templates/sponsorship/add.html deleted file mode 100644 index 4364c76b606de1a5b633309aa9cfbadb1d563a31..0000000000000000000000000000000000000000 --- a/symposion/templates/sponsorship/add.html +++ /dev/null @@ -1,22 +0,0 @@ -{% extends "site_base.html" %} - -{% load bootstrap_tags %} -{% load i18n %} -{% load boxes_tags %} - -{% block head_title %}{% trans "Add a Sponsor" %}{% endblock %} - -{% block body_class %}sponsorships{% endblock %} - -{% block body %} -
- {% csrf_token %} - {% trans "Add a Sponsor" %} - {{ form|as_bootstrap }} -
- - Cancel -
-
- -{% endblock %}