[1.8.x] Removed an extra header in docs/ref/templates/api.txt.
Backport of 91cd4d8e8c1e8593fc091abc11e05fa5d9514601 from master
This commit is contained in:
parent
e95c9c35d3
commit
464128eb4e
@ -628,13 +628,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…
x
Reference in New Issue
Block a user