diff --git a/pinaxcon/templates/symposion/sponsorship/detail.html b/pinaxcon/templates/symposion/sponsorship/detail.html deleted file mode 100644 index da19741c59d56f7a4b1fe85331db533ec0cea7f4..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/sponsorship/detail.html +++ /dev/null @@ -1,40 +0,0 @@ -{% extends "site_base.html" %} - -{% load bootstrap %} -{% load i18n %} - -{% block head_title %}{{ sponsor }}{% endblock %} - -{% block page_title %}{% trans "Sponsorship" %}{% endblock %} - -{% block body %} -

{{ sponsor.name }} ({{ sponsor.level }})

- -
- {% csrf_token %} -
- {{ form|bootstrap_horizontal }} -
- -

{{ sponsor.level }} Sponsor Benefits

- - {{ formset.management_form }} - {{ formset.non_form_errors }} - - {% for form in formset.forms %} -
- -
- {{ form }} -

{{ form.instance.benefit.description }}

-
-
- {% endfor %} - -
- - Cancel -
- -
-{% endblock %}