Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions src/program/templates/proposal_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@

{% block program_content %}

{% if camp.call_for_participation_open %}
{% include 'includes/event_proposal_type_select.html' %}
{% else %}
<div class="alert alert-danger">
<strong>Note!</strong> This Call for Participation is not open. You can not submit or change proposals.
</div>
{% endif %}


{% if speaker_proposal_list or event_proposal_list %}
<div class="card">
<h3 class="card-header"><i class="fas fa-pencil"></i> Existing Proposals</h3>
Expand All @@ -38,4 +29,12 @@ <h4>Events</h4>
</div>
{% endif %}

{% if camp.call_for_participation_open %}
{% include 'includes/event_proposal_type_select.html' %}
{% else %}
<div class="alert alert-danger">
<strong>Note!</strong> This Call for Participation is not open. You can not submit or change proposals.
</div>
{% endif %}

{% endblock %}
Loading