diff --git a/symposion/templates/proposals/proposal_edit.html b/symposion/templates/proposals/proposal_edit.html deleted file mode 100644 index e9db1f6f822cfbf76bb8a48294d48653d944c777..0000000000000000000000000000000000000000 --- a/symposion/templates/proposals/proposal_edit.html +++ /dev/null @@ -1,23 +0,0 @@ -{% extends "proposals/base.html" %} - -{% load bootstrap_tags %} -{% load markitup_tags %} - -{% block head_title %}Editing {{ proposal.title }}{% endblock %} - -{% block body %} -

Edit: {{ proposal.title }}

- -

Manage speakers

- -
- {% csrf_token %} -
- {{ form|as_bootstrap }} -
-
- - Cancel -
-
-{% endblock %}