Modification label PDF candidat
This commit is contained in:
parent
a6e22bac79
commit
dc74c24f65
2 changed files with 10 additions and 2 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue