Show co-presentations too

This commit is contained in:
Christopher Neugebauer 2018-09-25 19:36:14 -07:00
parent 8d90042dd6
commit f830e7b484

View file

@ -117,7 +117,7 @@
{% endif %}
</div>
</div>
{% for presentation in speaker.presentations.all %}
{% for presentation in speaker.all_presentations %}
<a href="{% url "schedule_presentation_detail" presentation.id %}">
<h4>{{ speaker.conferencespeaker.name }}</h4>
<span class="presentation-title">{{ presentation.title }}</span>