From 85bcdd944749a1d8f3e5a7bf812617ae9ded44d6 Mon Sep 17 00:00:00 2001 From: rrooij Date: Mon, 15 Apr 2024 22:32:56 +0200 Subject: [PATCH] README: fix instructions on custom template --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1345013..9755018 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Look at `src/DataFixtures/` to see an overview of all test data, including other To add a custom welcome email, put the two templates (html and plain text) in: -`templates/custom/email/welcome.html.twig` and `templates/custom/email/welcome.html.txt` +`templates/custom/email/html/welcome.html.twig` and `templates/custom/email/text/welcome.html.txt` ## Contributing