{% extends 'base.html' %} {% load bootstrap3 %} {% block content %}

Delete Speaker {{ object.name }}?

Deleting a Speaker object will remove the person from all Events, scheduled or not. The change will immediately take effect on the live site. The speaker can later be recreated by re-approving the SpeakerProposal if needed.

{% csrf_token %} Cancel
{% endblock content %}