Correction ortho dans PDF supervision

This commit is contained in:
Claude Paroz 2025-11-12 19:35:08 +01:00
parent 24554804c4
commit 120869354c

View file

@ -578,7 +578,7 @@ class MentorCompensationPdfForm(CompensationPDFForm):
class SupervisorCompensationPdfForm(MentorCompensationPdfForm):
mandat_template = "Supevision de {student_civility} {student_fullname}, classe {klass}"
mandat_template = "Supervision de {student_civility} {student_fullname}, classe {klass}"
def __init__(self, out, student):
super().__init__(out, student)