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