Skip to content
Snippets Groups Projects

Resolve "Add option to count how often a student was late and not the sum of tardiness"

4 files
+ 21
3
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -108,7 +108,7 @@
</tr>
<tr>
<th colspan="2">{% trans 'Tardiness' %}</th>
<td>{{ stat.tardiness }}'</td>
<td>{{ stat.tardiness }}'/{{ stat.tardiness_count }} &times;</td>
</tr>
{% for extra_mark in extra_marks %}
<tr>
Loading