From 120869354cab532dd9b710afc3dbedf462265e3d Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 12 Nov 2025 19:35:08 +0100 Subject: [PATCH] Correction ortho dans PDF supervision --- stages/pdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stages/pdf.py b/stages/pdf.py index eb1f8a0..3d5ecbb 100644 --- a/stages/pdf.py +++ b/stages/pdf.py @@ -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)