Add proposal section to dashboard

This commit is contained in:
Tobias 2018-09-24 17:19:31 +12:00
parent ad5954acf6
commit 0864ded2e5

View file

@ -7,7 +7,7 @@
</div>
<div class="row">
{% if user.speaker_profile and proposal_kinds.length > 0 %}
{% 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>