Skip to content
Snippets Groups Projects
Unverified Commit c7f69425 authored by ThomasBidot's avatar ThomasBidot Committed by GitHub
Browse files

Change possibleParentsStatus

parent d1c329f4
Branches
No related tags found
1 merge request!76Authorize valid profile
......@@ -23,10 +23,9 @@ export class StudentSignupComponent implements OnInit {
public showPersonnalDataForm = false;
public zipPattern = new RegExp(/^\d{5}(?:\d{2})?$/)
public possibleParentsStatus = [
{id:"maried",name:"Mariés"},
{id:"divorced",name:"Divorcés"},
{id:"cohabitation",name:"En concubinage"},
{id:"monoparental",name:"Famille monoparentale"}
{id:"maried",name:"Famille biparentale (vos parents vivent ensemble)"},
{id:"cohabitation",name:"Famille recomposée (vos parents vivent séparement)"},
{id:"monoparental",name:"Famille monoparentale (vous n'avez qu'un parent)"}
]
public possibleParentsActivities = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment