From 59a66d7be4946d9ec0d67a2f3d0bb623ad71bb82 Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 6 Apr 2023 10:29:37 +0200 Subject: [PATCH] remove greating and imprint email template --- .../emails/templates/greatingFormularImprint.pug | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 backend/src/emails/templates/greatingFormularImprint.pug diff --git a/backend/src/emails/templates/greatingFormularImprint.pug b/backend/src/emails/templates/greatingFormularImprint.pug deleted file mode 100644 index d7d8c3a14..000000000 --- a/backend/src/emails/templates/greatingFormularImprint.pug +++ /dev/null @@ -1,16 +0,0 @@ -p(style='margin-top: 24px;') - = t('emails.general.sincerelyYours') - br - = t('emails.general.yourGradidoTeam') -p(style='margin-top: 24px;')= '—————' -p(style='margin-top: 24px;') - if t('general.imprintImageURL').length > 0 - div(style='position: relative; left: -22px;') - img(src=t('general.imprintImageURL'), width='200', alt=t('general.imprintImageAlt')) - br - each line in t('general.imprint').split(/\n/) - = line - br - a(href='mailto:' + supportEmail)= supportEmail - br - a(href=communityURL)= communityURL