mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Removed an extra header in docs/ref/templates/api.txt.
This commit is contained in:
parent
28d05a4c19
commit
91cd4d8e8c
1 changed files with 2 additions and 5 deletions
|
@ -658,13 +658,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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue