mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-25 02:20:29 +02:00
Bannissement du mot "tournoi"
This commit is contained in:
@ -50,7 +50,7 @@ require_once "header.php";
|
||||
<input type="checkbox" id="allow_other_teams" name="allow_other_teams"
|
||||
<?= isset($new_team) && $new_team->allow_other_teams ? "checked" : "" ?> required/><br />
|
||||
|
||||
<label for="allow_publish">J'accepte qu'Animath diffuse mes vidéos à la fin du tournoi (<em>facultatif</em>) :</label>
|
||||
<label for="allow_publish">J'accepte qu'Animath diffuse mes vidéos à la fin des Correspondances (<em>facultatif</em>) :</label>
|
||||
<input type="checkbox" id="allow_publish" name="allow_publish"
|
||||
<?= isset($new_team) && $new_team->allow_publish ? "checked" : "" ?> />
|
||||
|
||||
|
Reference in New Issue
Block a user