From 7f13f9537c5c0766171fa28ca38a9a0039d2bcdb Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 28 Sep 2015 15:33:07 +0200 Subject: [PATCH] [WebProfilerBundle] fixed a template reference --- .../Resources/views/Profiler/toolbar_redirect.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_redirect.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_redirect.html.twig index b4ec407858..35b6e90eb5 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_redirect.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_redirect.html.twig @@ -1,4 +1,4 @@ -{% extends 'TwigBundle::layout.html.twig' %} +{% extends '@Twig/layout.html.twig' %} {% block title 'Redirection Intercepted' %}