diff --git a/src/program/templates/speaker_list.html b/src/program/templates/speaker_list.html index c4f6c2b0..8e603689 100644 --- a/src/program/templates/speaker_list.html +++ b/src/program/templates/speaker_list.html @@ -1,13 +1,13 @@ {% extends 'program_base.html' %} {% block program_content %} + {% if speaker_list %}

An alphabetical list of all speakers, workshop hosts and other event anchors at {{ camp.title }}.

-"Call for Speakers" for {{ camp.title }}
@@ -21,4 +21,6 @@ {% else %}

Speakers for {{ camp.title }} coming soon!

{% endif %} + +

Call for Speakers

{% endblock program_content %}