mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix: wrong template rendered for new course task
This commit is contained in:
parent
43daab1f7b
commit
fc237db98a
@ -199,7 +199,7 @@ class SingleTaskController extends AbstractController
|
||||
));
|
||||
break;
|
||||
case 'course':
|
||||
return $this->render('@ChillTask/SingleTask/AccompanyingCourse/show.html.twig', array(
|
||||
return $this->render('@ChillTask/SingleTask/AccompanyingCourse/new.html.twig', array(
|
||||
'form' => $form->createView(),
|
||||
'task' => $task,
|
||||
'accompanyingCourse' => $course,
|
||||
|
Loading…
x
Reference in New Issue
Block a user