mirror of https://github.com/django/django.git
[1.9.x] Removed an extra header in docs/ref/templates/api.txt.
Backport of 91cd4d8e8c
from master
This commit is contained in:
parent
326efed9ee
commit
b0303803d6
docs/ref/templates
|
@ -674,13 +674,10 @@ example, the :class:`RequestContext` instance gets a ``ip_address`` variable::
|
||||||
}, [ip_address_processor])
|
}, [ip_address_processor])
|
||||||
return HttpResponse(t.render(c))
|
return HttpResponse(t.render(c))
|
||||||
|
|
||||||
Built-in template context processors
|
|
||||||
------------------------------------
|
|
||||||
|
|
||||||
.. _context-processors:
|
.. _context-processors:
|
||||||
|
|
||||||
Context processors
|
Built-in template context processors
|
||||||
------------------
|
------------------------------------
|
||||||
|
|
||||||
Here's what each of the built-in processors does:
|
Here's what each of the built-in processors does:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue