Add proposal section to dashboard

This commit is contained in:
Tobias 2018-09-24 16:55:09 +12:00
parent 4a0ba2ebe4
commit ad5954acf6

View file

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