Add proposal section to dashboard
This commit is contained in:
parent
ad5954acf6
commit
0864ded2e5
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue