Skip to content
Snippets Groups Projects
Commit 04b58f25 authored by Jonathan Weth's avatar Jonathan Weth :keyboard: Committed by root
Browse files

Merge pull request #292 from Katharineum/feature/several-days-in-one-tex-document-#288

Feature/several days in one tex document #288
parents 1968c0e4 1aeb3d4e
No related branches found
No related tags found
No related merge requests found
......@@ -307,6 +307,7 @@ def get_header_information(subs, date, events=[]):
# Teacher is only missing a part of day
elements.append(
"{} ({}.-{}.)".format(absence.teacher.shortcode, absence.from_lesson, absence.to_lesson))
elements.sort()
joined = ", ".join(elements)
info.rows.append(("Abwesende Lehrkräfte", joined))
......
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