mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-25 02:20:29 +02:00
Design page "Envoyer vidéo" & corrections mineures
This commit is contained in:
@ -45,11 +45,9 @@ require_once "header.php";
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
<label for="allow_publish">J'accepte qu'Animath diffuse mes vidéos à la fin du tournoi (<em>facultatif</em>) :</label>
|
||||
<input class="form-control" type="checkbox" id="allow_publish" name="allow_publish"
|
||||
<label for="allow_publish">J'accepte qu'Animath diffuse mes vidéos à la fin du tournoi (<em>facultatif</em>) :</label>
|
||||
<input type="checkbox" id="allow_publish" name="allow_publish"
|
||||
<?= isset($new_team) && $new_team->allow_publish ? "checked" : "" ?> />
|
||||
</div>
|
||||
|
||||
<div class="form-group row">
|
||||
<input class="btn btn-primary btn-lg btn-block" name="add_team" type="submit" value="Ajouter une équipe"/>
|
||||
|
Reference in New Issue
Block a user