[WebProfilerBundle] fixed a template reference

This commit is contained in:
Fabien Potencier 2015-09-28 15:33:07 +02:00
parent 156368fa43
commit 7f13f9537c

View File

@ -1,4 +1,4 @@
{% extends 'TwigBundle::layout.html.twig' %}
{% extends '@Twig/layout.html.twig' %}
{% block title 'Redirection Intercepted' %}