diff --git a/cfp/views.py b/cfp/views.py index d055de8..d47f51f 100644 --- a/cfp/views.py +++ b/cfp/views.py @@ -194,6 +194,7 @@ def talk_list(request, conference): glyphicon = 'sort' sort_urls[c] = url.urlencode() sort_glyphicons[c] = glyphicon + talks = talks.prefetch_related('speakers') return render(request, 'cfp/staff/talk_list.html', { 'show_filters': show_filters, 'talk_list': talks,