mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-07-04 12:12:14 +02:00
Changements mineurs
This commit is contained in:
@ -67,7 +67,7 @@ if (!$has_error) {
|
||||
<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>Pays :</strong> <?= $user->getCountry() ?><br/>
|
||||
<strong>Classe :</strong> <?= SchoolClass::getTranslatedName($user->getClass()) ?>
|
||||
</div>
|
||||
<?php } elseif ($user->getDescription() != "") { ?>
|
||||
|
Reference in New Issue
Block a user