Commit 27b2593f authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Fix problème d'affichage de la charte si on n'est pas étudiant

parent deb27587
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ use UnicaenValidation\Entity\Db\ValidationInstance;
    <div class="card-body">
        <?php echo $rendu->getCorps(); ?>

        <?php if ($etudiant !== null) : ?>
        <?php if (isset($etudiant)) : ?>
            <?php if ($instance === null) : ?>
                <div>
                    <?php /** @see AgentController::validerCharteAction() */ ?>