Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit5194403

Browse files
committed
Merge pull requestsymfony#3389 from xabbuh/fix-build-error
use html+jinja instead of html+twig
2 parentsa847786 +f3a4631 commit5194403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎cookbook/security/csrf_in_login_form.rst

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp