diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2016-03-25 20:49:18 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2016-03-25 20:49:18 +0100 |
| commit | 7b1ce7fd91091a55cad2fdafbe85e29c72522668 (patch) | |
| tree | 5d9963fedbdb7f52aaf32f2189f303ea3f6876a1 /docs | |
| parent | acfaec3db5ba39de52f6e607e74343dccf72fba1 (diff) | |
Fixed #26408 -- Updated link to DEP 182.
Thanks kaifeldhoff for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/templates.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/templates.txt b/docs/topics/templates.txt index d905ff38c1..1d2f734bb8 100644 --- a/docs/topics/templates.txt +++ b/docs/topics/templates.txt @@ -792,5 +792,5 @@ Django provides many :ref:`built-in context processors <context-processors>`. Implementing a custom context processor is as simple as defining a function. .. _Jinja2: http://jinja.pocoo.org/ -.. _DEP 182: https://github.com/django/deps/blob/master/accepted/0182-multiple-template-engines.rst +.. _DEP 182: https://github.com/django/deps/blob/master/final/0182-multiple-template-engines.rst .. _Django Debug Toolbar: https://github.com/django-debug-toolbar/django-debug-toolbar |
