From 03e8588af7b94c8b8727386d051a72384ef27a0d Mon Sep 17 00:00:00 2001 From: Yoann Brieux Date: Fri, 3 Jun 2022 10:53:27 +0200 Subject: [PATCH] Fix second twig path reference to be consistent with the first reference on security documentation --- security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security.rst b/security.rst index ba1e521711b..5d55d357cd3 100644 --- a/security.rst +++ b/security.rst @@ -939,7 +939,7 @@ be ``authenticate``: .. code-block:: html+twig - {# templates/security/login.html.twig #} + {# templates/login/index.html.twig #} {# ... #}