1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-04 08:12:14 +02:00

Design page "Envoyer vidéo" & corrections mineures

This commit is contained in:
galaxyoyo
2019-09-26 22:24:18 +02:00
parent 82a8246560
commit 5c5c670958
8 changed files with 52 additions and 60 deletions

View File

@ -90,11 +90,9 @@ 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>
<label for="receive_animath_mails">J'accepte de recevoir des mails de la part d'Animath (<em>facultatif</em>) :</label>
<input type="checkbox" id="receive_animath_mails" name="receive_animath_mails"
<?= isset($user) && $user->receive_animath_mails ? "checked" : "" ?> /><br /><br />
<div class="form-group row">
<input class="btn btn-primary btn-lg btn-block" name="register" type="submit" value="S'inscrire"/>