1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-24 06:28:46 +02:00

Design "Confirmer mail" & mini-corrections

This commit is contained in:
galaxyoyo
2019-09-24 23:54:04 +02:00
parent 90952ecb7c
commit 60939771f6
5 changed files with 30 additions and 15 deletions

View File

@ -90,6 +90,12 @@ if (isset($user) && !$has_error) {
</div>
<div class="form-row">
<label for="receive_animath_mails">J'accepte de recevoir des mails de la part d'Animath (<em>facultatif</em>) :</label>
<input class="form-control" type="checkbox" id="receive_animath_mails" name="receive_animath_mails"
<?= isset($user) && $user->receive_animath_mails ? "checked" : "" ?> />
</div>
<div class="form-group row">
<input class="btn btn-primary btn-lg btn-block" name="register" type="submit" value="S'inscrire"/>
</div>