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:52:33 +0100 |
| commit | ca051388de6fe8602d5c9d0bf48a653c539eef63 (patch) | |
| tree | 1807b29bfd3af3049cfd63883959231df8ba3fb8 | |
| parent | 0496838e61ad85fd8f8bb081f20577342aa1f151 (diff) | |
[1.8.x] Fixed #26408 -- Updated link to DEP 182.
Thanks kaifeldhoff for the report.
Backport of 7b1ce7f from master
| -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 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 <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 |
