2017-01-29 10:15:13 +00:00
|
|
|
{% extends 'schedule_base.html' %}
|
|
|
|
|
|
|
|
{% block title %}
|
|
|
|
Call for Speakers | {{ block.super }}
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block schedule_content %}
|
|
|
|
|
|
|
|
{% if not camp.call_for_speakers_open %}
|
|
|
|
<div class="alert alert-danger">
|
|
|
|
<strong>Note!</strong> This Call for Speakers is no longer relevant. It is kept here for historic purposes.
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
|
2017-01-29 11:42:30 +00:00
|
|
|
<h2>Call for Speakers Coming Soon!</h2>
|
2017-01-29 10:15:13 +00:00
|
|
|
|
|
|
|
{% endblock %}
|