summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2016-03-25 20:49:18 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2016-03-25 20:50:41 +0100
commit6ec2ab1cda16c81430da8be134d77efa061e133d (patch)
treefef1ff59d919a12c935933b7a1644a6a1d820fa4 /docs
parent1f15d442bf59218fb62fd95cc065da1d9a14b577 (diff)
[1.9.x] Fixed #26408 -- Updated link to DEP 182.
Thanks kaifeldhoff for the report. Backport of 7b1ce7f from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/templates.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/templates.txt b/docs/topics/templates.txt
index 77c3b4ce4c..8cae601979 100644
--- a/docs/topics/templates.txt
+++ b/docs/topics/templates.txt
@@ -847,5 +847,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