remove help box with status explanations, no room :(
This commit is contained in:
parent
84c19d01c1
commit
1fb4eb7e28
|
@ -14,7 +14,6 @@ Proposals | {{ block.super }}
|
||||||
<h3 class="panel-title"><i class="fas fa-pencil"></i> Existing Proposals</h3>
|
<h3 class="panel-title"><i class="fas fa-pencil"></i> Existing Proposals</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<div class="col-sm-10 col-md-10 col-lg-10">
|
|
||||||
<h4>People</h4>
|
<h4>People</h4>
|
||||||
{% if speakerproposal_list %}
|
{% if speakerproposal_list %}
|
||||||
{% include 'includes/speaker_proposal_table.html' with speakerproposals=speakerproposal_list %}
|
{% include 'includes/speaker_proposal_table.html' with speakerproposals=speakerproposal_list %}
|
||||||
|
@ -31,23 +30,6 @@ Proposals | {{ block.super }}
|
||||||
<i>Nothing found.</i>
|
<i>Nothing found.</i>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-2 col-md-2 col-lg-2">
|
|
||||||
<div class="panel panel-default">
|
|
||||||
<div class="panel-heading">
|
|
||||||
<h3 class="panel-title">Status Help<i class="fas fa-question fa-pull-right"></i></h3>
|
|
||||||
</div>
|
|
||||||
<div class="panel-body">
|
|
||||||
<dl>
|
|
||||||
<dt><span class="badge">pending</span></dt>
|
|
||||||
<dd>Submission is pending review from the Content Team.</dd><br>
|
|
||||||
<dt><span class="badge">approved</span></dt>
|
|
||||||
<dd>Submission was approved and will be part of this years camp.</dd><br>
|
|
||||||
<dt><span class="badge">rejected</span></dt>
|
|
||||||
<dd>Submission was not approved.</dd>
|
|
||||||
</dl>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue