From 0dc0c06fb5cf698212ea401f634a1a619a0ab5a0 Mon Sep 17 00:00:00 2001 From: Niklas Elsbrock Date: Fri, 17 Sep 2021 15:08:52 +0200 Subject: [PATCH] =?UTF-8?q?Bugfix:=20macros=20zu=20E-Mail-Template=20hinzu?= =?UTF-8?q?gef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nateman/templates/email/base.html.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nateman/templates/email/base.html.j2 b/nateman/templates/email/base.html.j2 index 089910e..02d32df 100644 --- a/nateman/templates/email/base.html.j2 +++ b/nateman/templates/email/base.html.j2 @@ -17,6 +17,8 @@ along with this program. If not, see . -#} +{%- import 'macros.j2' as macros -%} +