Skip to content

Commit 6c3d9eb

Browse files
committed
Merge branch '2.4'
* 2.4: use html+jinja instead of html+twig
2 parents 6b7d307 + bade680 commit 6c3d9eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/security/csrf_in_login_form.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ using the login form:
8181

8282
.. configuration-block::
8383

84-
.. code-block:: html+twig
84+
.. code-block:: html+jinja
8585

8686
{# src/Acme/SecurityBundle/Resources/views/Security/login.html.twig #}
8787

@@ -168,4 +168,4 @@ After this, you have protected your login form against CSRF attacks.
168168
));
169169
170170
.. _`Cross-site request forgery`: http://en.wikipedia.org/wiki/Cross-site_request_forgery
171-
.. _`Forging Login Requests`: http://en.wikipedia.org/wiki/Cross-site_request_forgery#Forging_login_requests
171+
.. _`Forging Login Requests`: http://en.wikipedia.org/wiki/Cross-site_request_forgery#Forging_login_requests

0 commit comments

Comments
 (0)