fix bug.
This commit is contained in:
parent
e629aa342d
commit
906b5e8819
@ -35,7 +35,7 @@ func (b *BodyData) ParsingTemplate() (err error) {
|
|||||||
buf bytes.Buffer
|
buf bytes.Buffer
|
||||||
)
|
)
|
||||||
|
|
||||||
tmpl, err := template.ParseFiles("./pkg/notify/template/email.html")
|
tmpl, err := template.ParseFiles("./static/template/email.html")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user