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

Rename now configurable full_register to register_for_group

django.po still needs adjusting
parent 26ea069c
No related branches found
No related tags found
1 merge request!422Resolve "Add export functionality to course book"
This commit is part of merge request !422. Comments created here will be created in the context of that merge request.
......@@ -172,7 +172,7 @@ def generate_full_register_printout(group: int, file_object: int, recorder: Prog
recorder.set_progress(6, _number_of_steps, _("Generate template ..."))
file_object, result = generate_pdf_from_template(
"alsijil/print/full_register.html", context, file_object=file_object
"alsijil/print/register_for_group.html", context, file_object=file_object
)
recorder.set_progress(7, _number_of_steps, _("Generate PDF ..."))
......
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