{% extends "speakers/base.html" %} {% load boxes_tags %} {% block body %}

Speakers

{% if accepting_proposals %}

{% box "talk-proposals" %}

To submit a talk:

  1. sign up and log in
  2. submit one or more talk proposals

You will be able to come back and revise your submission until the deadline. Remember that speakers must register and pay to attend the conference.

{% else %}

Talk submissions are now closed and the schedule has been announced.

{% endif %} {% endblock %}