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

Update Speaker: {{ speaker.name }}

Note: All changes made here take effect immediately on the live site. Any changes will be overwritten if the SpeakerProposal is later re-approved.

{% csrf_token %} {% for field in form %} {% if field.id_for_label == "id_email" %} {% availabilitytable form=form matrix=matrix %} {% bootstrap_field field %} {% else %} {% if field.name|slice:":12" != "availability" %} {% bootstrap_field field %} {% endif %} {% endif %} {% endfor %} Cancel
{% endblock content %}