mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Update email-templates.md (#5750)
Fixed some wrong paths and file names
This commit is contained in:
@@ -9,10 +9,10 @@ Custom email templates are stored in the `templates` folder in your extensions f
|
||||
[`liquid`](https://liquidjs.com) file that can render whatever you want!
|
||||
|
||||
```
|
||||
/extensions/template/<template-name>.liquid
|
||||
/extensions/templates/<template-name>.liquid
|
||||
```
|
||||
|
||||
To replace a system template with your own, simply name it `password-reset` or `user-invite` for the password reset or
|
||||
To replace a system template with your own, simply name it `password-reset` or `user-invitation` for the password reset or
|
||||
user invite emails respectively.
|
||||
|
||||
::: tip Variables
|
||||
|
||||
Reference in New Issue
Block a user