From 103f51d867dc3966e44d79e949e78380efef5e2d Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Wed, 20 Apr 2022 12:03:03 -0400 Subject: Fix Jinja templating error when generating thumbnail URLs. (#12510) scale is meant to be a constant string, not refer to a variable. --- changelog.d/12510.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/12510.bugfix (limited to 'changelog.d/12510.bugfix') diff --git a/changelog.d/12510.bugfix b/changelog.d/12510.bugfix new file mode 100644 index 0000000000..d5856e982a --- /dev/null +++ b/changelog.d/12510.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where the image thumbanils embedded into email notifications were broken. -- cgit 1.5.1