From: Armin Ronacher Date: Mon, 5 Apr 2010 16:17:27 +0000 (+0200) Subject: Added missing reference. X-Git-Tag: 2.4~7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=752ba7f0d9831fb79cde22c1ceb678f79b16adce;p=jinja2.git Added missing reference. --HG-- branch : trunk --- diff --git a/docs/templates.rst b/docs/templates.rst index a14b8ac..26234e0 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -1309,6 +1309,7 @@ are equivalent:: {{ foo }} {% endwith %} +.. _autoescape-overrides: Autoescape Extension --------------------