diff --git a/django/views/csrf.py b/django/views/csrf.py index 80cc21d528..d58a1404e9 100644 --- a/django/views/csrf.py +++ b/django/views/csrf.py @@ -60,6 +60,8 @@ CSRF_FAILURE_TEMPLATE = """ ensure:
RequestContext
for the template, instead of Context
.