diff --git a/pinaxcon/templates/symposion/proposals/proposal_detail.html b/pinaxcon/templates/symposion/proposals/proposal_detail.html index ac70c584d58762c9f3bd23aca558fcf339b92141..163e909675726861a320b69c9b994467ab33b2b7 100644 --- a/pinaxcon/templates/symposion/proposals/proposal_detail.html +++ b/pinaxcon/templates/symposion/proposals/proposal_detail.html @@ -45,7 +45,7 @@ {{ document.description }} -
+ {% csrf_token %}
@@ -73,7 +73,7 @@

{% trans 'You can leave a message for the reviewers here.' %}

-
+ {% csrf_token %}
{% include "_form_snippet.html" with form=message_form %}