[notes] Fix link to render
This commit is contained in:
parent
7be2b9ce77
commit
450836cac5
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class NotesAction extends YesWikiAction
|
||||||
} else {
|
} else {
|
||||||
$entries = $entryManager->search(['formsIds' => $formId]);
|
$entries = $entryManager->search(['formsIds' => $formId]);
|
||||||
|
|
||||||
return $this->render('@meeo/eeleve_notes.twig', [
|
return $this->render('@meeo/eleve_notes.twig', [
|
||||||
"bulletin" => $bulletin,
|
"bulletin" => $bulletin,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue