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

Add include-switches to context

parent b09738e9
No related branches found
No related tags found
1 merge request!422Resolve "Add export functionality to course book"
......@@ -61,6 +61,13 @@ def generate_full_register_printout(
context = {}
context["include_cover"] = include_cover
context["include_abbreviations"] = include_abbreviations
context["include_members_table"] = include_members_table
context["include_teachers_and_subjects_table"] = include_teachers_and_subjects_table
context["include_person_overviews"] = include_person_overviews
context["include_coursebook"] = include_coursebook
_number_of_steps = 5 + len(groups)
recorder.set_progress(1, _number_of_steps, _("Loading data ..."))
......
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