Skip to content

Commit

Permalink
Merge branch '2.4'
Browse files Browse the repository at this point in the history
* 2.4:
  use html+jinja instead of html+twig
  • Loading branch information
fabpot committed Dec 27, 2013
2 parents 6b7d307 + bade680 commit 6c3d9eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/security/csrf_in_login_form.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ using the login form:

.. configuration-block::

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

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

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

0 comments on commit 6c3d9eb

Please sign in to comment.