show call for speakers button always
This commit is contained in:
parent
e91e181c57
commit
0d7ec82f35
|
@ -1,13 +1,13 @@
|
||||||
{% extends 'program_base.html' %}
|
{% extends 'program_base.html' %}
|
||||||
|
|
||||||
{% block program_content %}
|
{% block program_content %}
|
||||||
|
|
||||||
{% if speaker_list %}
|
{% if speaker_list %}
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
An alphabetical list of all speakers, workshop hosts and other
|
An alphabetical list of all speakers, workshop hosts and other
|
||||||
event anchors at {{ camp.title }}.
|
event anchors at {{ camp.title }}.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a href="{% url 'call_for_speakers' camp_slug=camp.slug %}" class="btn btn-primary"><span {% if not camp.call_for_speakers_open %}style="text-decoration: line-through;"{% endif %}>"Call for Speakers" for {{ camp.title }}</span></a>
|
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
|
@ -21,4 +21,6 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
<h2>Speakers for {{ camp.title }} coming soon!</h2>
|
<h2>Speakers for {{ camp.title }} coming soon!</h2>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<p><a href="{% url 'call_for_speakers' camp_slug=camp.slug %}" class="btn btn-primary"><span {% if not camp.call_for_speakers_open %}style="text-decoration: line-through;"{% endif %}>Call for Speakers</span></a></p>
|
||||||
{% endblock program_content %}
|
{% endblock program_content %}
|
||||||
|
|
Loading…
Reference in a new issue