diff --git a/symposion/templates/proposals/proposal_edit.html b/symposion/templates/proposals/proposal_edit.html index 67c847a28df4e66d40b0a66e7bf523c23ad24284..e9db1f6f822cfbf76bb8a48294d48653d944c777 100644 --- a/symposion/templates/proposals/proposal_edit.html +++ b/symposion/templates/proposals/proposal_edit.html @@ -7,9 +7,9 @@ {% block body %}

Edit: {{ proposal.title }}

- -

Manage speakers

- + +

Manage speakers

+
{% csrf_token %}
@@ -17,7 +17,7 @@
- Cancel + Cancel
{% endblock %}