From 0d7ec82f35dc6a7626800896f23366279067a4f8 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Sun, 9 Apr 2017 17:49:44 +0200 Subject: [PATCH] show call for speakers button always --- src/program/templates/speaker_list.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 %}