Kaydet (Commit) 5df19aa9 authored tarafından Luke Plant's avatar Luke Plant

Small improvement to CSRF failure template.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11676 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 9dc97707
......@@ -46,6 +46,8 @@ CSRF_FAILRE_TEMPLATE = """
and only the initial error message will be displayed. </p>
<p>You can customize this page using the CSRF_FAILURE_VIEW setting.</p>
{% else %}
<p><small>More information is available with DEBUG=True.</small></p>
{% endif %}
</body>
......
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