Remove macaron dependent on models (#6940)

This commit is contained in:
Lunny Xiao
2019-05-14 21:52:18 +08:00
committed by techknowlogick
parent 8b36f01f45
commit 24a536d145
2 changed files with 7 additions and 3 deletions

View File

@ -33,7 +33,7 @@ const (
var templates *template.Template
// InitMailRender initializes the macaron mail renderer
// InitMailRender initializes the mail renderer
func InitMailRender(tmpls *template.Template) {
templates = tmpls
}