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

Finish the coursebook-template

parent a7aa9e28
No related branches found
No related tags found
1 merge request!422Resolve "Add export functionality to course book"
......@@ -99,6 +99,7 @@
{{ participation.documentation.subject.short_name }}
</td>
<!-- TODO: Should probably use short_names -->
<!-- or just short_name of first (like in coursebook) -->
<td>{{ participation.note.documentation.teachers.all|join:', ' }}</td>
<td>{{ participation.absence_reason.short_name }}</td>
<td>{{ participation.tardiness }}</td>
......@@ -126,6 +127,7 @@
{{ note.documentation.subject.short_name }}
</td>
<!-- TODO: Should probably use short_names -->
<!-- or just short_name of first (like in coursebook) -->
<td>{{ note.documentation.teachers.all|join:', ' }}</td>
<td>{{ note.extra_mark.short_name }}</td>
<td>{{ note.note }}</td>
......
......@@ -87,7 +87,7 @@
</td>
<td class="lesson-te">
{% if documentation.topic %}
{{ register_object.get_teachers.first.short_name }}
{{ doc.teachers.first.short_name }}
{% endif %}
</td>
</tr>
......@@ -96,5 +96,3 @@
{% endfor %}
</tbody>
</table>
<div class="page-break">&nbsp;</div>
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