Renamed Candidat.certif_of_800_general

This commit is contained in:
Claude Paroz 2018-02-01 10:09:18 +01:00
parent 8ccfeb394f
commit 6ebf7b3819
6 changed files with 27 additions and 10 deletions

View file

@ -74,7 +74,7 @@ class InscriptionSummaryPDF(EpcBaseDocTemplate):
data.append(['Attestation de 800h. min. domaine Enfance',candidate.get_ok('certif_of_800_childhood')])
data.append(["Bilan de l'activité professionnelle", candidate.get_ok('work_certificate')])
elif candidate.diploma == 3 or candidate.diploma == 4: # Matu. aca ou ECG ou Portfolio
data.append(['Attestation de 800h. min. domaine Général', candidate.get_ok('certif_800_general')])
data.append(['Attestation de 800h. min. domaine Général', candidate.get_ok('certif_of_800_general')])
data.append(['Attestation de 800h. min. domaine Enfance', candidate.get_ok('certif_of_800_childhood')])
data.append(["Bilan de l'activité professionnelle", candidate.get_ok('work_certificate')])