diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index 63f7aebaa4..0594a98d7c 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -674,13 +674,10 @@ example, the :class:`RequestContext` instance gets a ``ip_address`` variable:: }, [ip_address_processor]) return HttpResponse(t.render(c)) -Built-in template context processors ------------------------------------- - .. _context-processors: -Context processors ------------------- +Built-in template context processors +------------------------------------ Here's what each of the built-in processors does: