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