removing old talk count

This commit is contained in:
Élie Bouttier 2016-10-22 00:03:54 +02:00
parent 519dff70c3
commit c5a1e45e27
1 changed files with 0 additions and 3 deletions

View File

@ -53,9 +53,6 @@
{% for talk in talk_list %}
{% if forloop.first %}
<tbody>
<tr>
<th colspan="5">{% trans "Total:" %} {{ talk_list|length }} {% trans "talk" %}{{ talk_list|length|pluralize }}</th>
</tr>
{% endif %}
<tr class="{{ talk.accepted|yesno:"success,danger,warning" }}">
<td><input type="checkbox" name="talks" value="{{ talk.slug }}"></td>