1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-25 18:17:28 +02:00

Corrections mineures

This commit is contained in:
Yohann D'ANELLO
2020-02-03 16:44:38 +01:00
parent 61d5af0651
commit 59985f8fc8
5 changed files with 21 additions and 8 deletions

View File

@ -86,7 +86,7 @@ if (isset($user) && !$has_error) {
</div>
</div>
<div class="form-group col-md-6">
<label for="birth_date">Date de naissance :</label>
<label for="birth_date">Date de naissance : (au format aaaa-mm-jj si votre navigateur supporte mal les formulaires)</label>
<input class="form-control" type="date" id="birth_date" name="birth_date"
value="<?php if (isset($user)) echo $user->birth_date ?>" required/>
</div>