Skip to content
Snippets Groups Projects

Resolve "Add support for multiple excuse types"

Merged Jonathan Weth requested to merge 66-add-support-for-multiple-excuse-types into master
1 file
+ 0
9
Compare changes
  • Side-by-side
  • Inline
@@ -290,15 +290,6 @@
@@ -290,15 +290,6 @@
<th colspan="2">{% trans 'Tardiness' %}</th>
<th colspan="2">{% trans 'Tardiness' %}</th>
<td>{{ person.tardiness }}'</td>
<td>{{ person.tardiness }}'</td>
</tr>
</tr>
</thead>
<tbody>
<tr>
<td>{{ person.absences_count }}</td>
<td>{{ person.unexcused }}</td>
<td>{{ person.tardiness }}'</td>
</tr>
</tbody>
</table>
</table>
<h5>{% trans 'Relevant personal notes' %}</h5>
<h5>{% trans 'Relevant personal notes' %}</h5>
Loading