Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6c3d9eb

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎cookbook/security/csrf_in_login_form.rst

Copy file name to clipboardExpand all lines: cookbook/security/csrf_in_login_form.rst
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.