sf4, repair errors and make basic and admin chill pages works

This commit is contained in:
2020-07-30 17:34:45 +02:00
parent 7d9de642ff
commit 91edb14fb2
17 changed files with 126 additions and 77 deletions

View File

@@ -274,7 +274,7 @@ class TimelineBuilder implements ContainerAwareInterface
}
return $this->container->get('templating')
->render('ChillMainBundle:Timeline:index.html.twig', array(
->render('@ChillMain/Timeline/index.html.twig', array(
'results' => $timelineEntries
));