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

Show absence-reasons in one table

parent 8337b07c
No related branches found
No related tags found
1 merge request!422Resolve "Add export functionality to course book"
......@@ -23,11 +23,6 @@
<strong>({{ absence_reason.short_name }})</strong> {{ absence_reason.name }}
</li>
{% endfor %}
</ul>
<h5>{% trans "Absence reasons (not counted as absent)" %}</h5>
<ul class="collection">
{% for absence_reason in absence_reasons_not_counted %}
<li class="collection-item" style="color: {{ absence_reason.colour }};">
<strong>({{ absence_reason.short_name }})</strong> {{ absence_reason.name }}
......
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