From 7b1ce7fd91091a55cad2fdafbe85e29c72522668 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Fri, 25 Mar 2016 20:49:18 +0100 Subject: [PATCH] Fixed #26408 -- Updated link to DEP 182. Thanks kaifeldhoff for the report. --- 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 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 `. 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