mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-07-04 13:32:14 +02:00
Nombreux changements mineurs
This commit is contained in:
@ -66,11 +66,13 @@ if (!$has_error) {
|
||||
<?php if ($user->getRole() == Role::PARTICIPANT) { ?>
|
||||
<div class="alert alert-info">
|
||||
<strong>Lycée :</strong> <?= $user->getSchool() ?><br/>
|
||||
<strong>Ville :</strong> <?= $user->getCity() ?><br/>
|
||||
<strong>Payer :</strong> <?= $user->getCountry() ?><br/>
|
||||
<strong>Classe :</strong> <?= SchoolClass::getTranslatedName($user->getClass()) ?>
|
||||
</div>
|
||||
<?php } elseif ($user->getDescription() != "") { ?>
|
||||
<div class="alert alert-info">
|
||||
<strong>Description :</strong> <?= $user->getDescription() ?>
|
||||
<strong>Activité professionnelle :</strong> <?= $user->getDescription() ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
|
Reference in New Issue
Block a user