From ac04e7d77cacb611930a02bbe154a8ae111638f7 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 3 Feb 2024 23:53:28 +0100 Subject: [PATCH] export account --- .../dashboardUserAccountExportFinish.html | 50 +++++++++++++++++++ .../dashboardUserAccountExportFinish.txt | 0 templates/templates.json | 11 ++++ 3 files changed, 61 insertions(+) create mode 100644 templates/dashboardUserAccountExportFinish.html create mode 100644 templates/dashboardUserAccountExportFinish.txt diff --git a/templates/dashboardUserAccountExportFinish.html b/templates/dashboardUserAccountExportFinish.html new file mode 100644 index 0000000..951ca0a --- /dev/null +++ b/templates/dashboardUserAccountExportFinish.html @@ -0,0 +1,50 @@ + + + + + + + + + + + + + +
+

%title%

+

%header%

+ + {{.accountExportDownloadUrl}} +
+ + diff --git a/templates/dashboardUserAccountExportFinish.txt b/templates/dashboardUserAccountExportFinish.txt new file mode 100644 index 0000000..e69de29 diff --git a/templates/templates.json b/templates/templates.json index 942e17e..59802b3 100644 --- a/templates/templates.json +++ b/templates/templates.json @@ -109,6 +109,17 @@ "dsgvo": { "de": "Datenschutzerklärung" } + }, + "dashboardUserAccountExportFinish": { + "mailSubject": { + "de": "Ihr Account export" + }, + "title": { + "de": "Ihr Account export" + }, + "header": { + "de": "Sie können den Account export über den folgenden Link herunterladen:" + } } } } \ No newline at end of file