mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-25 13:37:25 +02:00
Sécurité
This commit is contained in:
@ -22,11 +22,13 @@ if (isset($user) && !$has_error) {
|
||||
|
||||
<form method="POST">
|
||||
<div class="form-group row">
|
||||
<label for="role">Rôle :</label>
|
||||
<select id="role" name="role" onchange="selectRole()" class="custom-select">
|
||||
<option value="participant"><?= Role::getTranslatedName(Role::PARTICIPANT) ?></option>
|
||||
<option value="encadrant"><?= Role::getTranslatedName(Role::ENCADRANT) ?></option>
|
||||
</select>
|
||||
<div class="form-group col-md-12">
|
||||
<label for="role">Rôle :</label>
|
||||
<select id="role" name="role" onchange="selectRole()" class="custom-select">
|
||||
<option value="participant"><?= Role::getTranslatedName(Role::PARTICIPANT) ?></option>
|
||||
<option value="encadrant"><?= Role::getTranslatedName(Role::ENCADRANT) ?></option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
|
Reference in New Issue
Block a user