Skip to content
Snippets Groups Projects
Commit 45714ec8 authored by permcu's avatar permcu
Browse files

Add another default-value for tardiness

parent 3e796c4d
No related branches found
No related tags found
1 merge request!422Resolve "Add export functionality to course book"
......@@ -104,7 +104,7 @@
<td style="color: {{ absence_reason.colour }};">
{{ participation.absence_reason.short_name }}
</td>
<td>{{ participation.tardiness }}</td>
<td>{{ participation.tardiness|default_if_none:"" }}</td>
</tr>
{% endfor %}
</tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment