diff --git a/django/views/templates/default_urlconf.html b/django/views/templates/default_urlconf.html index bda2677eeb3d..294088e1ced7 100644 --- a/django/views/templates/default_urlconf.html +++ b/django/views/templates/default_urlconf.html @@ -114,8 +114,8 @@ .option svg { width: 1.5rem; height: 1.5rem; - fill: light-dark(gray, white); - border: 1px solid #d6d6d6; + fill: currentColor; + border: 1px solid currentColor; padding: 5px; border-radius: 100%; } diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index 2d22f3379562..89556c3a5938 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -804,6 +804,9 @@ This processor adds a token that is needed by the :ttag:`csrf_token` template tag for protection against :doc:`Cross Site Request Forgeries `. +This is always enabled by :class:`~django.template.RequestContext` and cannot +be disabled. You do not need to include it within ``context_processors``. + ``django.template.context_processors.csp`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~