diff --git a/symposion/templates/proposals/proposal_edit.html b/symposion/templates/proposals/proposal_edit.html index 67c847a28df4e66d40b0a66e7bf523c23ad24284..d968a7a3033d37d54c0ba440559a5499e1966bb9 100644 --- a/symposion/templates/proposals/proposal_edit.html +++ b/symposion/templates/proposals/proposal_edit.html @@ -1,5 +1,8 @@ {% extends "proposals/base.html" %} +{% load url from future %} + + {% load bootstrap_tags %} {% load markitup_tags %} @@ -8,7 +11,7 @@ {% block body %}

Edit: {{ proposal.title }}

-

Manage speakers

+

Manage speakers

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