Correction label work_certificate pour CFC ASE
This commit is contained in:
parent
4a665d2324
commit
cafe0746c8
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue