Skip to content

Commit 5194403

Browse files
committed
Merge pull request #3389 from xabbuh/fix-build-error
use html+jinja instead of html+twig
2 parents a847786 + f3a4631 commit 5194403

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)