Modification label PDF candidat

This commit is contained in:
Claude Paroz 2022-12-22 13:55:27 +01:00
parent a6e22bac79
commit dc74c24f65
2 changed files with 10 additions and 2 deletions

View file

@ -102,11 +102,11 @@ class InscriptionSummaryPDF(EpcBaseDocTemplate):
])
elif candidate.diploma == 4: # Portfolio
work_label = candidate._meta.get_field('work_certificate').verbose_name
data.extend([
["Certif. de travail/stage de 400h. dans n'importe quel domaine",
candidate.get_ok('certif_of_400_general')],
["Bilan de l'activité professionnelle",
candidate.get_ok('work_certificate')],
[work_label, candidate.get_ok('work_certificate')],
])
if candidate.option != 'PS':