We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc366d commit 18d9b1bCopy full SHA for 18d9b1b
src/dispatch/messaging/email/filters.py
@@ -12,7 +12,7 @@
12
here = os.path.dirname(os.path.realpath(__file__))
13
14
autoescape = bool(config.DISPATCH_ESCAPE_HTML)
15
-env = Environment(loader=FileSystemLoader(here), autoescape=autoescape)
+env = Environment(loader=FileSystemLoader(here), autoescape=True)
16
17
18
def format_datetime(value):
0 commit comments