speaker count

This commit is contained in:
Élie Bouttier 2016-09-14 21:55:24 +02:00
parent 829b191567
commit 2a3f2a4cb3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
{% block content %}
<h1>{% trans "Speakers" %}</h1>
<h1>{% trans "Speakers" %} ({{ user_list|length }})</h1>
<ul>
{% for speaker in user_list %}