From e7f5f08903fc3ad567f2d2a36772d92ae3e84c9e Mon Sep 17 00:00:00 2001
From: "Tobias Dussa (TGD)" <dussa@dfn-cert.de>
Date: Fri, 16 Aug 2024 12:24:16 +0200
Subject: [PATCH] Actually made sample template Jinja2-style.

---
 reaction-mailcreate/Mails/Test/Mail.template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/reaction-mailcreate/Mails/Test/Mail.template b/reaction-mailcreate/Mails/Test/Mail.template
index 1943e13..9e0a8d7 100644
--- a/reaction-mailcreate/Mails/Test/Mail.template
+++ b/reaction-mailcreate/Mails/Test/Mail.template
@@ -1,10 +1,10 @@
-Dear {firstname} {lastname},
+Dear {{firstname}} {{lastname}},
 
 you are receiving this mail because you are the listed contact for
-  {site}.
+  {{site}}.
 
 Please react to this message by loading the following URL:
-  {URL}.
+  {{URL}}.
 
 Sincerely yours,
 The Sender.
-- 
GitLab