1
0
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:
Yohann
2019-10-04 23:39:34 +02:00
parent 57b8f7bdfe
commit 66421eefb3
2 changed files with 5 additions and 3 deletions

View File

@ -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() != "") { ?>