From 47e23bff905659137f247599cc790bbe7f3da1d4 Mon Sep 17 00:00:00 2001 From: Samuel Paccoud - DINUM Date: Sun, 1 Dec 2024 11:26:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5(emails)=20remove=20dead=20template?= =?UTF-8?q?=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The email footer file is not being used and should be deleted. --- src/mail/mjml/partial/footer.mjml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/mail/mjml/partial/footer.mjml diff --git a/src/mail/mjml/partial/footer.mjml b/src/mail/mjml/partial/footer.mjml deleted file mode 100644 index ad343a3a..00000000 --- a/src/mail/mjml/partial/footer.mjml +++ /dev/null @@ -1,9 +0,0 @@ - - - - {% blocktranslate with href=site.url name=site.name trimmed %} - This mail has been sent to {{email}} by {{name}} - {% endblocktranslate %} - - -