forked from forgejo/forgejo
Remove macaron dependent on models (#6940)
This commit is contained in:
parent
8b36f01f45
commit
24a536d145
2 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue