diff --git a/symposion/templates/proposals/proposal_submit_kind.html b/symposion/templates/proposals/proposal_submit_kind.html deleted file mode 100644 index bd8cb92d2f055913a3986be90fc2ebfa57c21457..0000000000000000000000000000000000000000 --- a/symposion/templates/proposals/proposal_submit_kind.html +++ /dev/null @@ -1,27 +0,0 @@ -{% extends "proposals/base.html" %} - -{% load bootstrap_tags %} -{% load boxes_tags %} -{% load markitup_tags %} -{% load i18n %} - -{% block page_title %}Submit a Proposal for a {{ kind.name }}{% endblock %} - -{% block body %} - {% box "example_proposal" %} - -
- {% csrf_token %} -
- {{ form|as_bootstrap }} -
-
-

- You will be able to edit your proposal after it has been submitted. The program committee may ask questions, provide feedback, and even suggest changes to your proposal as part of the review processes. -

- - - -
-
-{% endblock %}