From 1a72c796f07eb9f3351a88256b175c3c0a5139db Mon Sep 17 00:00:00 2001 From: Rob de Kort Date: Tue, 21 Jan 2020 13:01:29 +0100 Subject: [PATCH] Update email.md As password-reset.html doesn't exist it should be user-reset.html right? Just like the example below. --- content/collections/docs/email.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/collections/docs/email.md b/content/collections/docs/email.md index e5f65a01..25ba051f 100644 --- a/content/collections/docs/email.md +++ b/content/collections/docs/email.md @@ -49,8 +49,8 @@ customize the design, content, and so on. Throughout this documentation you will find the names of email templates used for various situations. To override them, create a template of the _same filename_ in `site/themes/theme-name/templates/email`. ``` - -/site/themes/redwood/templates/email/password-reset.html + +/site/themes/redwood/templates/email/user-reset.html ``` ### HTML and Text versions {#html-and-text-versions}