This commit is contained in:
KONE SOREL 2026-01-13 12:41:17 +00:00
parent 1e519ddf3a
commit 32dfeead0e

View File

@ -512,7 +512,8 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<div class="photo-container">
<img src="<?=$photoAssureCrypte?>"
class="patient-photo"
onclick="appModals.openPhotoModal()"
data-bs-toggle="modal"
data-bs-target="#pop_photo"
alt="<?= _('Photo du bénéficiaire') ?>"
loading="lazy">
</div>