diff --git a/symposion/templates/proposals/proposal_detail.html b/symposion/templates/proposals/proposal_detail.html index a9b881e7342eac60a91fba2f2e5b7cec68ceb335..240e1c02cf94d30224edb9c79290e127485e08e3 100644 --- a/symposion/templates/proposals/proposal_detail.html +++ b/symposion/templates/proposals/proposal_detail.html @@ -1,5 +1,8 @@ {% extends "proposals/base.html" %} +{% load url from future %} + + {% load i18n %} {% load account_tags %} {% load bootstrap_tags %} @@ -10,14 +13,14 @@
{% if not proposal.cancelled %} {% if request.user == proposal.speaker.user %} - + {% trans "Edit this proposal" %} - + {% trans "Cancel this proposal" %} {% else %} - + {% trans "Remove me from this proposal" %} {% endif %} @@ -52,7 +55,7 @@ {{ document.description }} -
+ {% csrf_token %}
@@ -63,7 +66,7 @@ {% else %}

{% trans 'No supporting documents attached to this proposal.' %}

{% endif %} - {% trans 'Add Document' %} + {% trans 'Add Document' %}
{% endif %}