mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 13:49:10 +01:00
4c7a70b348
The mail template rendering was failing with the error - `...vices/mailer/mail.go:301:composeIssueCommentMessages() [E] ExecuteTemplate [issue/default/body]: template: issue/default:65:10: executing "issue/default" at <.i18n.Tr>: can't evaluate field i18n in type *models.Comment` The issue was the template variable i18n is available in the outer scope. Fix #16877 |
||
---|---|---|
.. | ||
auth | ||
issue | ||
notify | ||
release.tmpl |