diff --git a/src/program/templates/proposal_list.html b/src/program/templates/proposal_list.html index 4176b789a..3217fa5c4 100644 --- a/src/program/templates/proposal_list.html +++ b/src/program/templates/proposal_list.html @@ -6,15 +6,6 @@ {% block program_content %} - {% if camp.call_for_participation_open %} - {% include 'includes/event_proposal_type_select.html' %} - {% else %} -
- Note! This Call for Participation is not open. You can not submit or change proposals. -
- {% endif %} - - {% if speaker_proposal_list or event_proposal_list %}

Existing Proposals

@@ -38,4 +29,12 @@

Events

{% endif %} + {% if camp.call_for_participation_open %} + {% include 'includes/event_proposal_type_select.html' %} + {% else %} +
+ Note! This Call for Participation is not open. You can not submit or change proposals. +
+ {% endif %} + {% endblock %}