Skip to content

Commit f9e0b98

Browse files
committed
minor #16844 [Security] Fix second Twig path reference to be consistent with the first reference (yobrx)
This PR was merged into the 5.4 branch. Discussion ---------- [Security] Fix second Twig path reference to be consistent with the first reference I found an inconsistency in the Security documentation : ![image](https://user-images.githubusercontent.com/292402/171823645-2556f153-2002-4afc-adfe-f41e2e3919b7.png) ![image](https://user-images.githubusercontent.com/292402/171823749-83977ea5-fe25-47d3-8435-410ee6b34609.png) This PR fix that. Commits ------- 03e8588 Fix second twig path reference to be consistent with the first reference on security documentation
2 parents 509b734 + 03e8588 commit f9e0b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ be ``authenticate``:
939939

940940
.. code-block:: html+twig
941941

942-
{# templates/security/login.html.twig #}
942+
{# templates/login/index.html.twig #}
943943

944944
{# ... #}
945945
<form action="{{ path('login') }}" method="post">

0 commit comments

Comments
 (0)