Author: lukeplant Date: 2009-10-27 17:26:54 -0500 (Tue, 27 Oct 2009) New Revision: 11677
Modified: django/trunk/docs/ref/contrib/csrf.txt Log: Fixed typo in docs Modified: django/trunk/docs/ref/contrib/csrf.txt =================================================================== --- django/trunk/docs/ref/contrib/csrf.txt 2009-10-27 22:20:03 UTC (rev 11676) +++ django/trunk/docs/ref/contrib/csrf.txt 2009-10-27 22:26:54 UTC (rev 11677) @@ -174,7 +174,7 @@ Note that contrib apps, such as the admin, have been updated to use the ``csrf_protect`` decorator, so that they are secured even if you do not add the -``CsrfViewMiddleware`` to your settings. However, if you have suuplied +``CsrfViewMiddleware`` to your settings. However, if you have supplied customised templates to any of the view functions of contrib apps (whether explicitly via a keyword argument, or by overriding built-in templates), **you MUST update them** to include the ``csrf_token`` template tag as described --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
