Skip to content
Snippets Groups Projects
Commit 0985e83a authored by Jiří Setnička's avatar Jiří Setnička
Browse files

Contest: Vypisujeme čelkový počet účastníků

parent 9c8ed516
No related branches found
No related tags found
1 merge request!16Zadávání bodů a zobrazení výsledků
This commit is part of merge request !16. Comments created here will be created in the context of that merge request.
......@@ -44,6 +44,12 @@
<td>{{ count }}
</tr>
{% endfor %}
<tfoot>
<tr>
<th>Celkem
<th>{{ places_counts|sum(attribute=1) }}
</tr>
</tfoot>
</table>
{% else %}
<i>Žádní účastníci a žádná soutěžní místa.</i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment