From a8726fd7b5ab55a2956760c97bbcaa2a50187a13 Mon Sep 17 00:00:00 2001 From: Milan Magudia Date: Tue, 7 Oct 2014 19:20:02 +0100 Subject: [PATCH] Changed to reference the correct twig template --- quick_tour/the_view.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick_tour/the_view.rst b/quick_tour/the_view.rst index c641eb6db10..470cd51226e 100644 --- a/quick_tour/the_view.rst +++ b/quick_tour/the_view.rst @@ -157,7 +157,7 @@ First, create an ``embedded.html.twig`` template: {# src/Acme/DemoBundle/Resources/views/Demo/embedded.html.twig #} Hello {{ name }} -And change the ``index.html.twig`` template to include it: +And change the ``hello.html.twig`` template to include it: .. code-block:: jinja