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

Change possibleParentsStatus V2

parent 5ff37c64
No related branches found
No related tags found
1 merge request!76Authorize valid profile
...@@ -22,9 +22,9 @@ export class EditDataComponent implements OnInit { ...@@ -22,9 +22,9 @@ export class EditDataComponent implements OnInit {
public error : String = ""; public error : String = "";
public postEditMessage : String = "" ; public postEditMessage : String = "" ;
public possibleParentsStatus = [ public possibleParentsStatus = [
{id:"maried",name:"Famille biparentale (vos parents vivent ensemble)"}, {id:"maried",name:"Vos parents vivent ensemble"},
{id:"cohabitation",name:"Famille recomposée (vos parents vivent séparement)"}, {id:"cohabitation",name:"Vos parents vivent séparément"},
{id:"monoparental",name:"Famille monoparentale (vous n'avez qu'un parent)"} {id:"monoparental",name:"Vous avez un seul parent"}
] ]
public possibleParentsActivities = [ public possibleParentsActivities = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment