Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.

Commit

Permalink
Added link to relevant chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien committed Dec 5, 2012
1 parent 035db6d commit 524d7f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chapter07.rst
Expand Up @@ -1013,7 +1013,9 @@ Since we're creating a POST form (which can have the effect of modifying data),
we need to worry about Cross Site Request Forgeries. Thankfully, you don't have
to worry too hard, because Django comes with a very easy-to-use system for
protecting against it. In short, all POST forms that are targeted at internal
URLs should use the ``{% csrf_token %}`` template tag.
URLs should use the ``{% csrf_token %}`` template tag. More details about
``{% csrf_token %}`` can be found in :doc:`chapter16` and :doc:`chapter20`.


Try running this locally. Load the form, submit it with none of the fields
filled out, submit it with an invalid e-mail address, then finally submit it
Expand Down

0 comments on commit 524d7f9

Please sign in to comment.