fix: remove tpl extension
This commit is contained in:
parent
fae98f3d52
commit
7c6fec61b6
|
@ -10,8 +10,8 @@ import (
|
||||||
|
|
||||||
const EMAIL_FS_PREFIX = "templates/"
|
const EMAIL_FS_PREFIX = "templates/"
|
||||||
|
|
||||||
const TPL_PASSWORD_RESET = "password_reset.tpl"
|
const TPL_PASSWORD_RESET = "password_reset"
|
||||||
const TPL_VERIFY_EMAIL = "verify_email.tpl"
|
const TPL_VERIFY_EMAIL = "verify_email"
|
||||||
|
|
||||||
type EmailTemplate struct {
|
type EmailTemplate struct {
|
||||||
Subject *template.Template
|
Subject *template.Template
|
||||||
|
|
Loading…
Reference in New Issue