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

Approve or Reject SpeakerProposal: {{ speaker_proposal.name }}

{{ speaker_proposal.name }} will receive an email when the proposal is approved or rejected. It is possible to include an extra message in the form below explaining why the proposal was accepted or rejected. If the field is left blank a standard email is sent.

{% csrf_token %} {% bootstrap_form form %} Cancel
{% endblock content %}