mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-31 07:08:06 +08:00
Remove macaron dependent on models (#6940)
This commit is contained in:

committed by
techknowlogick

parent
8b36f01f45
commit
24a536d145
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user