diff --git a/pinaxcon/templates/symposion/speakers/speaker_edit.html b/pinaxcon/templates/symposion/speakers/speaker_edit.html index ac01471cf164d48700305471b9fab009b9c59c73..e09307b1e21959b4a7a2a823bc6fc21c39c686dc 100644 --- a/pinaxcon/templates/symposion/speakers/speaker_edit.html +++ b/pinaxcon/templates/symposion/speakers/speaker_edit.html @@ -7,7 +7,7 @@ {% block page_title %}{% trans "Edit Speaker Profile" %}{% endblock %} {% block proposals_body %} -
+ {% csrf_token %}
{% include "_form_snippet.html" with form=speaker_form %}