Correction envoie mail

This commit is contained in:
Yass 2026-03-02 09:13:53 +01:00
parent 8b094379ca
commit e3d85f7946
4 changed files with 32 additions and 11 deletions

View file

@ -75,9 +75,9 @@
</section>
<!-- Formulaire qui envoie la demande au contrôleur (shareProject) -->
<!-- Formulaire qui envoie la demande au contrôleur (sendEmail) -->
<div class="card shadow-sm p-4 mb-5">
<form method="post" action="index.php?ctrl=project&action=shareProject">
<form method="post" action="index.php?ctrl=project&action=sendEmail">
<input type="hidden" name="project_id"
value="{$objProject->getId()}">