{% extends 'base.html' %} {% load bootstrap3 %} {% block content %} {% if not form.instance.can_be_approved %}

NOTE: Not all SpeakerProposals associated with this EventProposal have been approved. EventProposal can not be approved! It can still be rejected though.


{% endif %}

Approve or Reject {{ form.instance.event_type.name }} Proposal

Submitter {{ event_proposal.user }} will receive an email when the EventProposal 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 %} {% if form.instance.can_be_approved %} {% endif %} Cancel
{% endblock content %}