diff --git a/website/sphinx/overview.rst b/website/sphinx/overview.rst index b27e7508..c868cf91 100644 --- a/website/sphinx/overview.rst +++ b/website/sphinx/overview.rst @@ -527,7 +527,7 @@ function ``xsrf_form_html()``, available in all templates: ::
- {{ xsrf_form_html() }} + {% module xsrf_form_html() %}
@@ -695,7 +695,7 @@ Here is a properly localized template:
{{ _("Username") }}
{{ _("Password") }}
- {{ xsrf_form_html() }} + {% module xsrf_form_html() %} @@ -1113,4 +1113,3 @@ AppEngine `_ application: See the `appengine example application `_ for a full-featured AppEngine app built on Tornado. -