Ajout option candidat parcours stage 3600h.

This commit is contained in:
Claude Paroz 2023-01-17 12:00:14 +01:00
parent cafe0746c8
commit 8fe118e302
3 changed files with 3 additions and 2 deletions

View file

@ -25,6 +25,7 @@ OPTION_CHOICES = (
('HAN', 'Handicap'),
('PE-5400h', 'Parcours Emploi 5400h.'),
('PE-3600h', 'Parcours Emploi 3600h.'),
('PS-3600h', 'Parcours stage 3600h.'),
('PS', 'Parcours stage 5400h.'),
)