diff --git a/freeipa_community_portal/app.py b/freeipa_community_portal/app.py index a140d61..ebc4be7 100644 --- a/freeipa_community_portal/app.py +++ b/freeipa_community_portal/app.py @@ -38,6 +38,7 @@ TEMPLATE_ENV = jinja2.Environment( + autoescape=True, loader=jinja2.PackageLoader('freeipa_community_portal', 'templates'))