Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.

Commit

Permalink
Remove INE Helpblock (#11)
Browse files Browse the repository at this point in the history
Insérer l'information du helpblock INE dans le placeholder pour uniformiser l'expérience de l'utilisateur.
  • Loading branch information
Hela authored and nbrohee committed May 23, 2017
1 parent e50683d commit 5477aad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/components/application/Profile/ProfileForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ const ProfileForm = ({profile, contact, errors, onChange, onDateChange, onDateIn
</FormGroup>
<FormGroup>
<ControlLabel>Identifiant national étudiant (INE)</ControlLabel>
<ValidatedFormControl name="ine" type="text" placeholder="11 caractères" onChange={onChange} value={profile.ine} error={errors.ine} />
<HelpBlock>identifiant ou numéro national étudiant unique présent sur ma carte d’étudiant·e ou mes relevés de notes.</HelpBlock>
<ValidatedFormControl name="ine" type="text" placeholder="identifiant unique à 11 caractères présent sur ma carte d’étudiant·e ou mes relevés de notes" onChange={onChange} value={profile.ine} error={errors.ine}/>
</FormGroup>
<FormGroup className="required">
<ControlLabel>Qu'attends-tu du statut national étudiant·e-entrepreneur·e ?</ControlLabel>
Expand Down

0 comments on commit 5477aad

Please sign in to comment.