diff options
Diffstat (limited to 'django/template/context_processors.py')
| -rw-r--r-- | django/template/context_processors.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/django/template/context_processors.py b/django/template/context_processors.py index f9e5f218e4..214972de53 100644 --- a/django/template/context_processors.py +++ b/django/template/context_processors.py @@ -17,8 +17,8 @@ from django.utils.functional import SimpleLazyObject, lazy def csrf(request): """ - Context processor that provides a CSRF token, or the string 'NOTPROVIDED' if - it has not been provided by either a view decorator or the middleware + Context processor that provides a CSRF token, or the string 'NOTPROVIDED' + if it has not been provided by either a view decorator or the middleware """ def _get_val(): |
