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 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">
{% include "symposion/dashboard/_new_proposal.html" %}
</div>
{% endif %} -->
{% endif %}
<div class="col-md-6 text-primary d-flex flex-column">
{% include "symposion/dashboard/_profile.html" %}
</div>