diff --git a/program/templates/speaker_list.html b/program/templates/speaker_list.html index 659ca662..ce1dd7a9 100644 --- a/program/templates/speaker_list.html +++ b/program/templates/speaker_list.html @@ -10,7 +10,7 @@ {% for speaker in speaker_list %} {{ speaker.name }} - + ({{ speaker.events.all.count }} event{{ speaker.events.all.count|pluralize }}) {% endfor %} {% endblock content %}