diff options
| author | Tim Graham <timograham@gmail.com> | 2015-12-23 19:04:43 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-23 19:05:09 -0500 |
| commit | 91cd4d8e8c1e8593fc091abc11e05fa5d9514601 (patch) | |
| tree | 785c8b73daf412abde526b4e58176fdaf5a07ce5 /docs/ref | |
| parent | 28d05a4c195e2e01cdbc1435d58b44ece5ccc170 (diff) | |
Removed an extra header in docs/ref/templates/api.txt.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/templates/api.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index 6427b21753..ca44824de2 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -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: |
