mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-01 05:22:50 +09: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