Compare commits

..

1 Commits

Author SHA1 Message Date
Thomas MONCHICOURT 5a47ac168e Fix : liste témoignages 2018-02-02 15:06:14 +01:00
2 changed files with 2 additions and 4 deletions
@@ -48,9 +48,6 @@
</div>
</div>
</div>
<div class="fluid-container bg-white">
{% include 'testimony/testimony_list.html.twig' %}
</div>
{% endblock %}
{% block javascripts %}
@@ -202,7 +202,8 @@ class PageController extends Controller
$page = $em->getRepository('AppBundle:Page')->findOneByRef('MARQUEEMPLOYEUR');
return $this->render('default/page.html.twig', [
'page' => $page
'page' => $page,
'isTestimony' => true
]);
}