diff --git a/zproject/computed_settings.py b/zproject/computed_settings.py index b2bdf34529..9d861235ef 100644 --- a/zproject/computed_settings.py +++ b/zproject/computed_settings.py @@ -627,7 +627,6 @@ base_template_engine_settings: Dict[str, Any] = { "environment": "zproject.jinja2.environment", "extensions": [ "jinja2.ext.i18n", - "jinja2.ext.autoescape", ], "context_processors": [ "zerver.context_processors.zulip_default_context",