Kaydet (Commit) a3bb4df8 authored tarafından Paul McMillan's avatar Paul McMillan

Improved CSRF error message.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@17570 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 5b560ec0
......@@ -60,6 +60,8 @@ CSRF_FAILURE_TEMPLATE = """
ensure:</p>
<ul>
<li>Your browser is accepting cookies.</li>
<li>The view function uses <a
href='http://docs.djangoproject.com/en/dev/ref/templates/api/#subclassing-context-requestcontext'><code>RequestContext</code></a>
for the template, instead of <code>Context</code>.</li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment