Skip to content
Snippets Groups Projects
Commit 601bf97f authored by Frank Poetzsch-Heffter's avatar Frank Poetzsch-Heffter
Browse files

rename class to aktuell in generate_pdf, exclude flags b (Verfügungsstunde)...

rename class to aktuell in generate_pdf, exclude flags b (Verfügungsstunde) and F (Lehrerfrei) in get_substituitions_by_date
parent 0973743d
No related branches found
No related tags found
No related merge requests found
...@@ -336,7 +336,7 @@ def sub_pdf(request, plan_date=None): ...@@ -336,7 +336,7 @@ def sub_pdf(request, plan_date=None):
tex = generate_class_tex(sub_table, date, header_info, hints) tex = generate_class_tex(sub_table, date, header_info, hints)
# Generate PDF # Generate PDF
generate_pdf(tex, "class{}".format(i)) generate_pdf(tex, "aktuell{}".format(i))
# Merge PDFs # Merge PDFs
try: try:
......
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