mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
accompanying period work: add delete twig
This commit is contained in:
@@ -169,8 +169,9 @@ class AccompanyingCourseWorkController extends AbstractController
|
||||
// }
|
||||
|
||||
return $this->render('@ChillPerson/AccompanyingCourseWork/delete.html.twig', array(
|
||||
'work' => $work,
|
||||
'delete_form' => $form->createView()
|
||||
'accompanyingCourse' => $work->getAccompanyingPeriod(),
|
||||
'work' => $work,
|
||||
'delete_form' => $form->createView()
|
||||
));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user