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

Fix desinscription mauvaise url

parent 1cae5982
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ foreach ($inscriptions as $inscription) {
<div class="col-md-4">
<a
<?php /** @see \Formation\Controller\FormationInstanceInscritController::desinscriptionAction() */ ?>
href="<?php //echo $this->url('session/desinscription', ['inscrit' => $inscription->getId()], [], true); ?>"
href="<?php echo $this->url('inscription/annuler-inscription', ['inscription' => $inscription->getId()], [], true); ?>"
class="btn btn-danger ajax-modal" data-event="modification"
>
<span class="icon icon-unchecked"> J'annule mon inscription </span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment