Ticket #17732: django-csrf-missing-help-cookies.patch
File django-csrf-missing-help-cookies.patch, 503 bytes (added by , 13 years ago) |
---|
-
django/views/csrf.py
60 60 ensure:</p> 61 61 62 62 <ul> 63 <li>Your browser is accepting cookies.</li> 64 63 65 <li>The view function uses <a 64 66 href='http://docs.djangoproject.com/en/dev/ref/templates/api/#subclassing-context-requestcontext'><code>RequestContext</code></a> 65 67 for the template, instead of <code>Context</code>.</li>