From ca051388de6fe8602d5c9d0bf48a653c539eef63 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Fri, 25 Mar 2016 20:49:18 +0100 Subject: [PATCH] [1.8.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 4716e78329..cf34f71d95 100644 --- a/docs/topics/templates.txt +++ b/docs/topics/templates.txt @@ -694,4 +694,4 @@ 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