Skip to content
Snippets Groups Projects
Commit df3c1cc7 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Forcage de l'action pour le mail de test

parent 11957d9f
No related branches found
No related tags found
No related merge requests found
Pipeline #16263 passed
......@@ -15,7 +15,7 @@ $this->headTitle($title);
<div class="messenger alert alert-danger "> <?= $error ?></div>
<?php endif; ?>
<form action="mail/test" method="post">
<form action="<?php echo $this->url('mail/test', [], [], true); ?>" method="post">
<div>
<label for="email">Destinataire : </label>
<input type="email" name="mail-to" size="50" required>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment