From cafe0746c81712bbf1fea040839aed9f9f0e034c Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Tue, 17 Jan 2023 11:57:24 +0100 Subject: [PATCH] Correction label work_certificate pour CFC ASE --- candidats/pdf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/candidats/pdf.py b/candidats/pdf.py index ddb778e..ae02eb1 100644 --- a/candidats/pdf.py +++ b/candidats/pdf.py @@ -85,8 +85,7 @@ class InscriptionSummaryPDF(EpcBaseDocTemplate): work_label = candidate._meta.get_field('work_certificate').verbose_name if candidate.diploma == 1: # CFC ASE data.append([ - 'Evaluation du dernier stage ASE et/ou dernier rapport de formation', - candidate.get_ok('work_certificate'), + work_label, candidate.get_ok('work_certificate'), ]) elif candidate.diploma == 2: # CFC autre domaine