Commit 936608af authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

correction chemin vers vue

parent 469c578a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ class PrivilegeCategorieController extends AbstractActionController
        }

        $view = new ViewModel();
        $view->setTemplate('unicaen-privilege/categorie/template/form-categorie');
        $view->setTemplate('unicaen-privilege/privilege-categorie/template/form-categorie');
        $view->setVariables([
            'title' => "Ajout d'une nouvelle catégorie",
            'form' => $form,