diff --git a/pinaxcon/templates/symposion/dashboard/speaking.html b/pinaxcon/templates/symposion/dashboard/speaking.html index 7134e265..f66ed5e6 100644 --- a/pinaxcon/templates/symposion/dashboard/speaking.html +++ b/pinaxcon/templates/symposion/dashboard/speaking.html @@ -7,7 +7,7 @@
- {% if user.speaker_profile and proposal_kinds.length > 0 %} + {% if user.speaker_profile and proposal_kinds|length > 0 %}
{% include "symposion/dashboard/_new_proposal.html" %}