From 6ec2ab1cda16c81430da8be134d77efa061e133d Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Fri, 25 Mar 2016 20:49:18 +0100 Subject: [PATCH] [1.9.x] Fixed #26408 -- Updated link to DEP 182. Thanks kaifeldhoff for the report. Backport of 7b1ce7f from master --- docs/topics/templates.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `. 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