diff options
author | aochagavia <aochagavia92@gmail.com> | 2014-03-21 16:54:59 +0100 |
---|---|---|
committer | aochagavia <aochagavia92@gmail.com> | 2014-03-21 16:54:59 +0100 |
commit | 159b775e83c5579999e1af89535900f72614d60a (patch) | |
tree | 65f6191f9a8a4982d67c9e727ab9a5df63566a20 /user_guide_src/source/tutorial | |
parent | 39233306de07ada3575a71d70349010954676486 (diff) |
Fixed typo in tutorial/create_news_items
Diffstat (limited to 'user_guide_src/source/tutorial')
-rw-r--r-- | user_guide_src/source/tutorial/create_news_items.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/tutorial/create_news_items.rst b/user_guide_src/source/tutorial/create_news_items.rst index bfaf13537..ad355b33d 100644 --- a/user_guide_src/source/tutorial/create_news_items.rst +++ b/user_guide_src/source/tutorial/create_news_items.rst @@ -39,7 +39,7 @@ form_open() function and the validation_errors() function. The first function is provided by the `form helper <../helpers/form_helper.html>`_ and renders the form element and -adds extra functionality, like adding a hidden `CSFR prevention +adds extra functionality, like adding a hidden `CSRF prevention field <../libraries/security.html>`_. The latter is used to report errors related to form validation. |