Remove CfP from the page

This commit is contained in:
Tobias 2018-08-01 15:07:59 +12:00
parent 0b6d23dc33
commit fcb287d246
2 changed files with 7 additions and 2 deletions

View file

@ -6,7 +6,12 @@
<div class="col-12 col-md-10 content text-page">
<h1 style="text-transform: uppercase;">Call <br />for Papers</h1>
<a class="btn btn-block btn-secondary text-primary" href="/dashboard/">Submit a proposal now!</a>
<div class="alert alert-warning">
<h3>Call for Papers closed</h3>
<strong>Our call for papers has closed on 30 July 2018.</strong><br />
We are working hard to review all proposals as soon as possible and
create our final conference schedule.
</div>
<h2>Important Information</h2>
<ul>

View file

@ -7,7 +7,7 @@
</div>
<div class="row">
{% if user.speaker_profile %}
{% if user.speaker_profile and proposal_kinds %}
<div class="col-md-6 text-primary d-flex flex-column">
{% include "symposion/dashboard/_new_proposal.html" %}
</div>