Ticket #17732: django-csrf-missing-help-cookies.patch

File django-csrf-missing-help-cookies.patch, 503 bytes (added by h3, 12 years ago)
  • django/views/csrf.py

     
    6060  ensure:</p>
    6161
    6262  <ul>
     63    <li>Your browser is accepting cookies.</li>
     64
    6365    <li>The view function uses <a
    6466    href='http://docs.djangoproject.com/en/dev/ref/templates/api/#subclassing-context-requestcontext'><code>RequestContext</code></a>
    6567    for the template, instead of <code>Context</code>.</li>
Back to Top