Skip to content

Commit

Permalink
Merge pull request #3389 from xabbuh/fix-build-error
Browse files Browse the repository at this point in the history
use html+jinja instead of html+twig
  • Loading branch information
fabpot committed Dec 27, 2013
2 parents a847786 + f3a4631 commit 5194403
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 5194403

Please sign in to comment.