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:
@ -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>
|
||||
|
Reference in New Issue
Block a user