From 3f906e4ef742cdee5335427321f9920874ff1b7b Mon Sep 17 00:00:00 2001 From: hhamon Date: Wed, 29 Dec 2010 16:35:17 +0100 Subject: [PATCH] [doc] fixed Twig sample code that illustrates how to generate links between pages with the "path" statement --- guides/security/authentication.rst | 2 +- quick_tour/the_view.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/security/authentication.rst b/guides/security/authentication.rst index 338be755058..305ed0db185 100644 --- a/guides/security/authentication.rst +++ b/guides/security/authentication.rst @@ -330,7 +330,7 @@ And the corresponding template:
{{ error }}
{% endif %} -
+ diff --git a/quick_tour/the_view.rst b/quick_tour/the_view.rst index 80a73e3c136..04274edadd1 100644 --- a/quick_tour/the_view.rst +++ b/quick_tour/the_view.rst @@ -227,7 +227,7 @@ updated by changing the configuration: .. code-block:: jinja - Greet Thomas! + Greet Thomas! The ``path`` tag takes the route name and an array of parameters as arguments. The route name is the main key under which routes are referenced and the