From 31b0ab0c5d8bcc695589e89bcf9c5848c1dffdf0 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Tue, 9 Nov 2010 11:52:34 -0800 Subject: [PATCH] Fix typo in docs --- website/templates/documentation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/templates/documentation.txt b/website/templates/documentation.txt index a7a58578e..308412bf1 100644 --- a/website/templates/documentation.txt +++ b/website/templates/documentation.txt @@ -435,7 +435,7 @@ include the application setting `xsrf_cookies`: ], **settings) If `xsrf_cookies` is set, the Tornado web application will set the `_xsrf` -cookie for all users and reject all `POST` requests hat do not contain a +cookie for all users and reject all `POST` requests that do not contain a correct `_xsrf` value. If you turn this setting on, you need to instrument all forms that submit via `POST` to contain this field. You can do this with the special function `xsrf_form_html()`, available in all templates: -- 2.47.2