From 52c0b0c4e6c8f580fc2a56e2dc9db9d6369b29f8 Mon Sep 17 00:00:00 2001 From: Marcel Huth Date: Wed, 10 Aug 2016 19:37:39 +0200 Subject: [PATCH] Fixed tests pelicanconf.py --- tests/pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pelicanconf.py b/tests/pelicanconf.py index 070e8cc..9fa3233 100644 --- a/tests/pelicanconf.py +++ b/tests/pelicanconf.py @@ -6,7 +6,7 @@ from __future__ import unicode_literals PLUGIN_PATHS = ['../plugins'] PLUGINS = ['i18n_subsites'] -JINJA_EXTENSIONS = ['jinja2.ext.i18n'] +JINJA_EXTENSIONS = ['jinja2.ext.i18n', 'jinja2.ext.autoescape', 'jinja2.ext.with_'] AUTHOR = u'Test' SITEURL = u'http://localhost:8000'